Skip to content
Snippets Groups Projects
Commit 80de2727 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Lower the "SSH session establishment failed" log msg level

from NOTICE to INFO, per Nelgin
parent 083f87de
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2816 passed
......@@ -5395,7 +5395,7 @@ NO_SSH:
}
}
if(ssh_failed) {
lprintf(LOG_NOTICE, "%04d SSH session establishment failed", client_socket);
lprintf(LOG_INFO, "%04d SSH session establishment failed", client_socket);
SSH_END(client_socket);
close_socket(client_socket);
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment