summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 663a9daa..092723db 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -911,8 +911,8 @@ a_menu(char *maintitle, char *path, int lastlevel)
Fexit = 1;
if (currstat == OSONG) {
/* XXX: 只選歌未點歌可灌排行榜 */
- log_file(FN_USSONG, 1,
- "%s\n", fhdr->title);
+ log_file(FN_USSONG, LOG_CREAT | LOG_VF,
+ "%s\n", fhdr->title);
}
free(me.header);
return FULLUPDATE;