summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index 960378a1..5033dce8 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -228,7 +228,7 @@ osong(void)
if (nsongs > 500) {
delete_range(OSONGPATH "/.DIR", 1, nsongs - 500);
}
- log_user("OSONG");
+ log_user("OSONG: %s says \"%s\" to %s.", sender, say, receiver);
/* 把第一首拿掉 */
vice(200, "點歌");
}