summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-05-12 09:54:29 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-05-12 09:54:29 +0800
commit6ae358d4397f2f4cf0d85b1c625f63a7dfb86823 (patch)
tree9fec8210c4f49096f1d4741a190cb6d738f9d389
parentc16ce784ddf395c1b4823e9dd9243b01f2a7ae4a (diff)
downloadpttbbs-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
-rw-r--r--mbbsd/admin.c2
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) ?