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

Log the auto-detected character set (e.g. UTF-8, CP437, PETSCII, or US-ASCII)

parent 1b790233
No related branches found
No related tags found
No related merge requests found
......@@ -609,7 +609,7 @@ bool sbbs_t::answer()
}
pthread_mutex_unlock(&input_thread_mutex);
}
lprintf(LOG_INFO, "terminal type: %ux%u %s", cols, rows, terminal);
lprintf(LOG_INFO, "terminal type: %ux%u %s %s", cols, rows, term_charset(autoterm), terminal);
SAFECOPY(client_ipaddr, cid); /* Over-ride IP address with Caller-ID info */
SAFECOPY(useron.comp,client_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment