[asterisk-commits] mjordan: branch 12 r421859 -	/branches/12/main/message.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Aug 22 08:50:26 CDT 2014
    
    
  
Author: mjordan
Date: Fri Aug 22 08:50:23 2014
New Revision: 421859
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=421859
Log:
main/message: Add a new-line to a DEBUG message
Modified:
    branches/12/main/message.c
Modified: branches/12/main/message.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/main/message.c?view=diff&rev=421859&r1=421858&r2=421859
==============================================================================
--- branches/12/main/message.c (original)
+++ branches/12/main/message.c Fri Aug 22 08:50:23 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