[fix] trie_new_from_hash
This commit is contained in:
@@ -41,7 +41,7 @@ trie_t *trie_new_from_hash(khash_t(str_uint32) *hash) {
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
if (i % 100000 == 0 && i > 0) {
|
if (i % 100000 == 0 && i > 0) {
|
||||||
log_info("added %zu keys to trie\n");
|
log_info("added %zu keys to trie\n", i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user