[svn-commits] kmoore: trunk r356075 - in /trunk: ./ main/ccss.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 20 22:31:22 CST 2012


Author: kmoore
Date: Mon Feb 20 22:31:19 2012
New Revision: 356075

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=356075
Log:
Add missing newline to ccss state change notification

Move along, nothing to see here...
........

Merged revisions 356074 from http://svn.asterisk.org/svn/asterisk/branches/10

Modified:
    trunk/   (props changed)
    trunk/main/ccss.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Modified: trunk/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/ccss.c?view=diff&rev=356075&r1=356074&r2=356075
==============================================================================
--- trunk/main/ccss.c (original)
+++ trunk/main/ccss.c Mon Feb 20 22:31:19 2012
@@ -630,7 +630,7 @@
 	devstate = cc_state_to_devstate(state);
 
 	ast_log_dynamic_level(cc_logger_level,
-		"Notification of CCSS state change to '%s', device state '%s' for device '%s'",
+		"Notification of CCSS state change to '%s', device state '%s' for device '%s'\n",
 		cc_state_to_string(state), ast_devstate2str(devstate), device);
 
 	ast_devstate_changed(devstate, "ccss:%s", device);




More information about the svn-commits mailing list