[parser] adding log message
This commit is contained in:
@@ -809,6 +809,8 @@ address_parser_t *address_parser_init(char *filename) {
|
|||||||
goto exit_hashes_allocated;
|
goto exit_hashes_allocated;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log_info("Creating postal codes trie\n");
|
||||||
|
|
||||||
hash_size = kh_size(postal_code_counts);
|
hash_size = kh_size(postal_code_counts);
|
||||||
for (size_t idx = 0; idx < hash_size; idx++) {
|
for (size_t idx = 0; idx < hash_size; idx++) {
|
||||||
char *phrase_key = postal_code_keys[idx];
|
char *phrase_key = postal_code_keys[idx];
|
||||||
|
|||||||
Reference in New Issue
Block a user