aboutsummaryrefslogtreecommitdiffstats
path: root/main/cli.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-24 20:25:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-24 20:25:23 +0000
commit28b480de5b1e8acbdf4066b1cf826ca9a6b68464 (patch)
tree536e87dbe0d0c9c98446c81fc2b5b2573d885668 /main/cli.c
parente69cd11febeb7f0944c61dc6b482b8063499e574 (diff)
Don't log a warning for something that does not affect operation.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@208693 f38db490-d61c-443f-a65b-d21fe96a405b
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) {