aboutsummaryrefslogtreecommitdiffstats
path: root/main/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/cli.c')
-rw-r--r--main/cli.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/cli.c b/main/cli.c
index bdf8c1129..f3e3e6e22 100644
--- a/main/cli.c
+++ b/main/cli.c
@@ -1631,7 +1631,6 @@ int ast_cli_perms_init(int reload)
cfg = ast_config_load2(perms_config, "" /* core, can't reload */, config_flags);
if (!cfg) {
- ast_log (LOG_WARNING, "No cli permissions file found (%s)\n", perms_config);
ast_mutex_unlock(&permsconfiglock);
return 1;
} else if (cfg == CONFIG_STATUS_FILEUNCHANGED) {