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);


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to