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 889bc9b0..f2475e95 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -100,7 +100,7 @@ int u_cancelbadpost(void)
cuser.badpost--;
cuser.timeremovebadpost = now;
passwd_update(usernum, &cuser);
- log_file("log/cancelbadpost.log", LOG_VF|LOG_CREAT,
+ log_filef("log/cancelbadpost.log", LOG_CREAT,
"%s %s 刪除一篇劣文\n", Cdate(&now), cuser.userid);
}
vmsg("恭喜您已經成功\刪除一篇劣文.");