about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-27 22:50:06 +0000
committerJames Booth <boothj5@gmail.com>2014-01-27 22:50:32 +0000
commit8f6ead2b7b0d4e0d67f7821c914070a46cc5160e (patch)
treeab8130c67eb698bb36d44a9d1bf1987557c941cf /src/command/commands.c
parent6dbea7e16f821171c13593b228f9f413877bee39 (diff)
downloadprofani-tty-8f6ead2b7b0d4e0d67f7821c914070a46cc5160e.tar.gz
Changed log level to info for failed connection
Diffstat (limited to 'src/command/commands.c')
-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);