summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index ed04cb87..3060b88d 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -99,7 +99,7 @@ int u_cancelbadpost(void)
cuser.timeremovebadpost = now;
passwd_update(usernum, &cuser);
log_file("log/cancelbadpost.log", LOG_VF|LOG_CREAT,
- "%s 刪除一篇劣文\n", cuser.userid);
+ "%s %s 刪除一篇劣文\n", Cdate(&now), cuser.userid);
}
vmsg("恭喜您已經成功\刪除一篇劣文.");
return 0;