Skip to content

Commit

Permalink
benchmark: use INFO log level for timer registration (related to GH #…
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Jun 20, 2022
1 parent b3c8329 commit 0b2942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/benchmark/benchmark.c
Expand Up @@ -474,7 +474,7 @@ int bm_register_timer_param(modparam_t type, void* val)
LM_ERR("cannot find timer [%s]\n", (char*)val);
return -1;
}
LM_ERR("timer [%s] registered: %u\n", (char*)val, tid);
LM_INFO("timer [%s] registered: %u\n", (char*)val, tid);
return 0;
}

Expand Down

0 comments on commit 0b2942e

Please sign in to comment.