[asterisk-commits] russell: branch 1.6.2 r208695 - in /branches/1.6.2: ./ main/cli.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jul 24 15:26:02 CDT 2009
Author: russell
Date: Fri Jul 24 15:25:58 2009
New Revision: 208695
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208695
Log:
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.
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/main/cli.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/main/cli.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/main/cli.c?view=diff&rev=208695&r1=208694&r2=208695
==============================================================================
--- branches/1.6.2/main/cli.c (original)
+++ branches/1.6.2/main/cli.c Fri Jul 24 15:25:58 2009
@@ -1559,7 +1559,6 @@
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) {
More information about the asterisk-commits
mailing list