Subj : src/sbbs3/main.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Mar 31 2022 12:11 am https://gitlab.synchro.net/main/sbbs/-/commit/141112e104ee22552140d82f Modified Files: src/sbbs3/main.cpp Log Message: Lower level of new "Logoff time <= logon time" log message .... from ERROR to WARNING, but log the human-readable logon time too. This condition can easily happen if the system clock is corrected (e.g. a few seconds via NTP adjustment) during a quick connect/disconnect. Don't call logoffstats() unless a user actually successfully logged-in. I don't think sysops actually want all the time bots sit at the logon prompt counted as "time online" in their stats anyway. .