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

Log message change: "Raw TCP" instead of "Raw/TCP" oooh.... ahhhh...

parent 29545515
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ bool sbbs_t::answer()
if(telnet_rows >= TERM_ROWS_MIN && telnet_rows <= TERM_ROWS_MAX)
rows = telnet_rows;
} else {
lprintf(LOG_NOTICE, "no Telnet commands received, reverting to Raw/TCP mode");
lprintf(LOG_NOTICE, "no Telnet commands received, reverting to Raw TCP mode");
telnet_mode |= TELNET_MODE_OFF;
client.protocol = "Raw";
client_on(client_socket, &client,/* update: */true);
......
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