Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
80de2727
Commit
80de2727
authored
Feb 27, 2022
by
Rob Swindell
💬
Browse files
Lower the "SSH session establishment failed" log msg level
from NOTICE to INFO, per Nelgin
parent
083f87de
Pipeline
#2816
passed with stage
in 9 minutes and 50 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/main.cpp
src/sbbs3/main.cpp
+1
-1
No files found.
src/sbbs3/main.cpp
View file @
80de2727
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment