[Asterisk-cvs] asterisk logger.c,1.69,1.70
markster at lists.digium.com
markster at lists.digium.com
Thu May 19 16:28:57 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv14916
Modified Files:
logger.c
Log Message:
Revert improper patch from bug #4294
Index: logger.c
===================================================================
RCS file: /usr/cvsroot/asterisk/logger.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- logger.c 19 May 2005 02:54:23 -0000 1.69
+++ logger.c 19 May 2005 20:33:55 -0000 1.70
@@ -671,7 +671,7 @@
va_list ap;
- if ((!option_verbose && (level == __LOG_VERBOSE)) || (!option_debug && (level == __LOG_DEBUG))) {
+ if (!option_verbose && !option_debug && (level == __LOG_DEBUG)) {
return;
}
/* Ignore anything that never gets logged anywhere */
More information about the svn-commits
mailing list