summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_stun_monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_stun_monitor.c b/res/res_stun_monitor.c
index 54be1e44c..49f231a1b 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;
}