diff options
-rw-r--r-- | mbbsd/mbbsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index e5d236d4..927a7333 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -116,7 +116,7 @@ log_usies(char *mode, char *mesg) if (!mesg) snprintf(genbuf, sizeof(genbuf), - "%s %s %-12s Stay:%d (%s)", + "%s %s %-12s Stay:%d (%s)\n", Cdate(&now), mode, cuser.userid , (int)(now - login_start_time) / 60, cuser.username); else |