diff --git a/src/trie_utils.c b/src/trie_utils.c index 116519ba..7f3be9f9 100644 --- a/src/trie_utils.c +++ b/src/trie_utils.c @@ -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); } }