From 5fda87b53a5cb68eb4f36e3ba3f5783cb29745ab Mon Sep 17 00:00:00 2001
From: ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Tue, 3 Jan 2006 18:10:11 +0000
Subject: add time in the cancel-bad-post log.

git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3264 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 mbbsd/user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mbbsd')

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 �R���@�g�H��\n", cuser.userid);
+	        "%s %s �R���@�g�H��\n", Cdate(&now), cuser.userid);
    }
    vmsg("���߱z�w�g���\\�R���@�g�H��.");
    return 0;
-- 
cgit v1.2.3