summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 2c22de08..12c334e3 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -448,7 +448,7 @@ select_read(const keeploc_t * locmem, int sr_mode)
keyword, TTLEN, DOECHO))
return READ_REDRAW;
#ifdef KEYWORD_LOG
- log_file("keyword_search_log", LOG_CREAT | LOG_VF,
+ log_filef("keyword_search_log", LOG_CREAT,
"%s:%s\n", currboard, keyword);
#endif
}