[svn-commits] kmoore: branch 10 r356074 - /branches/10/main/ccss.c

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


Author: kmoore
Date: Mon Feb 20 22:30:28 2012
New Revision: 356074

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

Move along, nothing to see here...

Modified:
    branches/10/main/ccss.c

Modified: branches/10/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/main/ccss.c?view=diff&rev=356074&r1=356073&r2=356074
==============================================================================
--- branches/10/main/ccss.c (original)
+++ branches/10/main/ccss.c Mon Feb 20 22:30:28 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