mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 23:16:22 +00:00
Changed log level to info for failed connection
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user