Skip to content

Commit

Permalink
log level
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Sep 19, 2023
1 parent b799dab commit 8897e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/ziti.c
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ static void api_session_refresh(uv_timer_t *t) {
struct ziti_init_req *req = calloc(1, sizeof(struct ziti_init_req));
req->ztx = ztx;
if (ztx->active_session_request) {
ZTX_LOG(WARN, "active refresh request: skipping");
ZTX_LOG(DEBUG, "active refresh request: skipping");
} else {
ztx->active_session_request = true;
ZTX_LOG(DEBUG, "api_session_refresh refreshing api session by querying controller");
Expand Down

0 comments on commit 8897e18

Please sign in to comment.