summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c
index a2a9a55f..50f4b425 100644
--- a/pttbbs/mbbsd/user.c
+++ b/pttbbs/mbbsd/user.c
@@ -833,7 +833,7 @@ uinfo_query(const char *orig_uid, int adminmode, int unum)
x.timesetangel = now;
log_filef(BBSHOME "/log/changeangel.log",LOG_CREAT,
"%s 站長 %s 修改 %s 的小天使為 %s\n",
- Cdatelite(&now), x.userid, x.myangel);
+ Cdatelite(&now), cuser.userid, x.userid, x.myangel);
break;
}