[svn-commits] file: trunk r61522 - /trunk/main/logger.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Apr 11 10:07:17 MST 2007


Author: file
Date: Wed Apr 11 12:07:17 2007
New Revision: 61522

URL: http://svn.digium.com/view/asterisk?view=rev&rev=61522
Log:
Output verbose messages to the normal logger as well. (issue #9476 reported by gdalgliesh)

Modified:
    trunk/main/logger.c

Modified: trunk/main/logger.c
URL: http://svn.digium.com/view/asterisk/trunk/main/logger.c?view=diff&rev=61522&r1=61521&r2=61522
==============================================================================
--- trunk/main/logger.c (original)
+++ trunk/main/logger.c Wed Apr 11 12:07:17 2007
@@ -1010,6 +1010,8 @@
 
 	strcpy(logmsg->str, buf->str);
 
+	ast_log(LOG_VERBOSE, logmsg->str);
+
 	/* Set type */
 	logmsg->type = LOGMSG_VERBOSE;
 	



More information about the svn-commits mailing list