diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-05-12 09:54:29 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-05-12 09:54:29 +0800 |
commit | 6ae358d4397f2f4cf0d85b1c625f63a7dfb86823 (patch) | |
tree | 9fec8210c4f49096f1d4741a190cb6d738f9d389 /mbbsd | |
parent | c16ce784ddf395c1b4823e9dd9243b01f2a7ae4a (diff) | |
download | pttbbs-6ae358d4397f2f4cf0d85b1c625f63a7dfb86823.tar pttbbs-6ae358d4397f2f4cf0d85b1c625f63a7dfb86823.tar.gz pttbbs-6ae358d4397f2f4cf0d85b1c625f63a7dfb86823.tar.bz2 pttbbs-6ae358d4397f2f4cf0d85b1c625f63a7dfb86823.tar.lz pttbbs-6ae358d4397f2f4cf0d85b1c625f63a7dfb86823.tar.xz pttbbs-6ae358d4397f2f4cf0d85b1c625f63a7dfb86823.tar.zst pttbbs-6ae358d4397f2f4cf0d85b1c625f63a7dfb86823.zip |
- fix etc_edit log format
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4300 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c index f7de644f..134dadca 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -855,7 +855,7 @@ x_file(void) if (i != -1) { log_filef("log/etc_edit.log", LOG_CREAT, - "%s %s %s # %s", Cdate(&now), + "%s %s %s # %s\n", Cdate(&now), cuser.userid, buf, v); } vmsgf("¨t²ÎÀÉ®×[%s]: %s", buf, (i == -1) ? |