summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index c2c33111..b732ac0c 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -353,7 +353,8 @@ select_read(keeploc_t * locmem, int sr_mode)
keyword, TTLEN, DOECHO))
return READ_REDRAW;
#ifdef KEYWORD_LOG
- log_file("keyword_search_log", 1, "%s:%s\n", currboard, keyword);
+ log_file("keyword_search_log", LOG_CREAT | LOG_VF,
+ "%s:%s\n", currboard, keyword);
#endif
}
else