Skip to content
Snippets Groups Projects
Commit d1f3c14b authored by rswindell's avatar rswindell
Browse files

Added log output for rejected commands when not authenticated.

parent 041bb7c6
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ while(client.socket.is_connected) {
if(!logged_in) {
writeln("502 Authentication required");
log("!Authentication required");
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