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:
parent
6dbea7e16f
commit
8f6ead2b7b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user