1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Changed log level to info for failed connection

This commit is contained in:
James Booth 2014-01-27 22:50:06 +00:00
parent 6dbea7e16f
commit 8f6ead2b7b

View File

@ -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);