diff --git a/res/res_stun_monitor.c b/res/res_stun_monitor.c index 54be1e44c6b594041a54dae47ff330e8f0bda143..49f231a1b475ef988ea98bbb2e4162fe1afefa34 100644 --- a/res/res_stun_monitor.c +++ b/res/res_stun_monitor.c @@ -218,7 +218,7 @@ static int load_config(int startup) if (!(cfg = ast_config_load2(stun_conf_file, "res_stun_monitor", config_flags)) || cfg == CONFIG_STATUS_FILEINVALID) { - ast_log(LOG_ERROR, "Unable to load config %s\n", stun_conf_file); + ast_log(LOG_WARNING, "Unable to load config %s\n", stun_conf_file); return -1; }