diff options
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r-- | mbbsd/cal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c index 3f4b20f2..266bac25 100644 --- a/mbbsd/cal.c +++ b/mbbsd/cal.c @@ -221,6 +221,7 @@ osong(void) fclose(fp1); fclose(fp); + log_file("etc/osong.log", LOG_CREAT | LOG_VF, "id: %-12s ¡º %s ÂIµ¹ %s : \"%s\", Âà±H¦Ü %s\n", cuser.userid, sender, receiver, say, address, ctime4(&now)); if (append_record(OSONGPATH "/.DIR", &mail, sizeof(mail)) != -1) { cuser.lastsong = now; |