summaryrefslogtreecommitdiff
path: root/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'idle.c')
-rw-r--r--idle.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/idle.c b/idle.c
index 972d439..8fac1f0 100644
--- a/idle.c
+++ b/idle.c
@@ -297,7 +297,8 @@ idle_check_connected_cb(struct cfg *cfg, struct connection *conn, bool connected
char hostname[INET6_ADDRSTRLEN];
if (!connected) {
- error("idle check connection to remote server (%s) failed\n",
+ debug(DBG_IDLE,
+ "idle check connection to remote server (%s) failed\n",
idle->server->name);
idle->server->idle_count = 0;
return;