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

Warning message referenced rlogin.can (no longer used, replaced with

rlogin.cfg).
parent 0383b63b
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ bool sbbs_t::answer()
,0,useron.alias);
logline("+!",str);
}
lprintf(LOG_INFO,"%04d !CLIENT IP NOT LISTED in rlogin.can",client_socket);
lprintf(LOG_WARNING,"%04d !CLIENT IP NOT LISTED in %s",client_socket,path);
useron.number=0;
hangup();
}
......
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