mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Don't log a warning for something that does not affect operation.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@208693 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user