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

Commit

Permalink
fix(config): Add logger for utils initializing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Wei Wu committed Mar 26, 2019
1 parent 0cfb0ac commit d7fa966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accelerator/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ status_t ta_config_init(ta_config_t* const info, iota_config_t* const tangle,
}
iota_client_extended_init();

log_info(logger_id, "Initializing PoW implementation context\n");
pow_init();

log_info(logger_id, "Initializing cache connection\n");
cache_init(REDIS_HOST, REDIS_PORT);

return ret;
Expand Down

0 comments on commit d7fa966

Please sign in to comment.