mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
Merged revisions 208693 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r208693 | russell | 2009-07-24 15:25:23 -0500 (Fri, 24 Jul 2009) | 2 lines Don't log a warning for something that does not affect operation. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@208695 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1559,7 +1559,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