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


-- 
_____________________________________________________________________
-- 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