summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-15 13:36:02 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-15 13:36:02 +0800
commit7efb58accb3e2e9fea4a578350a27447cb03383c (patch)
treeee982e474bd06fece6b775fcd80feeaedaaf455f /src/storage/chewing_large_table.cpp
parentb76cdb25c9f724cd93c5555ac0e967a148d455dc (diff)
downloadlibpinyin-7efb58accb3e2e9fea4a578350a27447cb03383c.tar.gz
libpinyin-7efb58accb3e2e9fea4a578350a27447cb03383c.tar.xz
libpinyin-7efb58accb3e2e9fea4a578350a27447cb03383c.zip
fixes code style
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;
}