Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit d7fa966

Browse files
author
Yu Wei Wu
committed
fix(config): Add logger for utils initializing
1 parent 0cfb0ac commit d7fa966

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

accelerator/config.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ status_t ta_config_init(ta_config_t* const info, iota_config_t* const tangle,
4141
}
4242
iota_client_extended_init();
4343

44+
log_info(logger_id, "Initializing PoW implementation context\n");
4445
pow_init();
4546

47+
log_info(logger_id, "Initializing cache connection\n");
4648
cache_init(REDIS_HOST, REDIS_PORT);
4749

4850
return ret;

0 commit comments

Comments
 (0)