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

Log "Fast-Logon" (when user is using fast logon), rather than just "Logon".

parent a0d35a3c
Branches
Tags
No related merge requests found
......@@ -413,8 +413,8 @@ bool sbbs_t::logon()
/* SUCCESSFUL LOGON */
/********************/
totallogons=logonstats();
sprintf(str,"(%04u) %-25s Logon %lu - %u"
,useron.number,useron.alias,totallogons,useron.ltoday);
sprintf(str,"(%04u) %-25s %sLogon %lu - %u"
,useron.number,useron.alias, (sys_status&SS_FASTLOGON) ? "Fast-":"", totallogons,useron.ltoday);
logline("++",str);
if(!(sys_status&SS_QWKLOGON) && cfg.logon_mod[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment