summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/chewing_large_table.cpp')
-rw-r--r--src/storage/chewing_large_table.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp
index cf527d8..93eacfe 100644
--- a/src/storage/chewing_large_table.cpp
+++ b/src/storage/chewing_large_table.cpp
@@ -650,7 +650,8 @@ bool ChewingLargeTable::load_text(FILE * infile) {
parser.parse(options, keys, key_rests, pinyin, strlen(pinyin));
if (len != keys->len) {
- fprintf(stderr, "%s\t%s\t%u\t%ld\n", pinyin, phrase, token, freq);
+ fprintf(stderr, "ChewingLargeTable::load_text:%s\t%s\t%u\t%ld\n",
+ pinyin, phrase, token, freq);
continue;
}