about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index b01dbfa6..c038c802 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -169,7 +169,7 @@ cmd_connect(gchar **args, struct cmd_help_t help)
 
         if (conn_status == JABBER_DISCONNECTED) {
             cons_show_error("Connection attempt for %s failed.", jid);
-            log_debug("Connection attempt for %s failed", jid);
+            log_info("Connection attempt for %s failed", jid);
         }
 
         free(jid);