aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_zap.c')
-rwxr-xr-xchannels/chan_zap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 560755069..91a1ac533 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -6285,7 +6285,7 @@ int load_module()
strncpy(idledial, v->value, sizeof(idledial) - 1);
#endif
} else
- ast_log(LOG_DEBUG, "Ignoring %s\n", v->name);
+ ast_log(LOG_WARNING, "Ignoring %s\n", v->name);
v = v->next;
}
ast_pthread_mutex_unlock(&iflock);
@@ -6638,7 +6638,7 @@ static int reload_zt(void)
strncpy(idledial, v->value, sizeof(idledial) - 1);
#endif
} else
- ast_log(LOG_DEBUG, "Ignoring %s\n", v->name);
+ ast_log(LOG_WARNING, "Ignoring %s\n", v->name);
v = v->next;
}