[fix] trie_new_from_hash

This commit is contained in:
Al
2017-03-06 15:57:42 -05:00
parent 23ed916f09
commit a5283cb313

View File

@@ -41,7 +41,7 @@ trie_t *trie_new_from_hash(khash_t(str_uint32) *hash) {
return NULL;
}
if (i % 100000 == 0 && i > 0) {
log_info("added %zu keys to trie\n");
log_info("added %zu keys to trie\n", i);
}
}