[asterisk-commits] mjordan: branch 13 r421860 - in /branches/13: ./ main/message.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 22 09:08:37 CDT 2014


Author: mjordan
Date: Fri Aug 22 09:08:34 2014
New Revision: 421860

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=421860
Log:
main/message: Add a new-line to a DEBUG message
........

Merged revisions 421859 from http://svn.asterisk.org/svn/asterisk/branches/12

Modified:
    branches/13/   (props changed)
    branches/13/main/message.c

Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.

Modified: branches/13/main/message.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/main/message.c?view=diff&rev=421860&r1=421859&r2=421860
==============================================================================
--- branches/13/main/message.c (original)
+++ branches/13/main/message.c Fri Aug 22 09:08:34 2014
@@ -869,7 +869,7 @@
 			continue;
 		}
 
-		ast_debug(5, "Dispatching message to %s handler", handler->name);
+		ast_debug(5, "Dispatching message to %s handler\n", handler->name);
 		res &= handler->handle_msg(msg);
 	}
 	ast_rwlock_unlock(&msg_handlers_lock);




More information about the asterisk-commits mailing list