summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index c6c35aea..a53be8b0 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -352,7 +352,7 @@ select_read(keeploc_t * locmem, int sr_mode)
currmode & MODE_SELECT ? "增加條件 標題:":"搜尋標題:",
keyword, TTLEN, DOECHO))
return READ_REDRAW;
- log_file("keyword_search_log", keyword, 1);
+ log_file("keyword_search_log", 1, "%s:%s", currboard, keyword);
}
else if(sr_mode & RS_TITLE)
strcpy(keyword, subject(fh->title));