Skip to content

Commit

Permalink
rtjson: error log level set to notice for importing uac api
Browse files Browse the repository at this point in the history
- printed at module init, it is not preventing to start the server

(cherry picked from commit 239c548)
  • Loading branch information
miconda committed Jun 24, 2015
1 parent dcd1ba0 commit 85f93d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rtjson/rtjson_routing.c
Expand Up @@ -58,7 +58,7 @@ int rtjson_init(void)
memset(&tmb, 0, sizeof(struct tm_binds));
}
if (load_uac_api(&uacb) < 0) {
LM_ERR("cannot bind to UAC API - some features are diabled\n");
LM_NOTICE("cannot bind to UAC API - some features are diabled\n");
memset(&uacb, 0, sizeof(uac_api_t));
}
return 0;
Expand Down

0 comments on commit 85f93d2

Please sign in to comment.