From: Kinsey Moore Date: Tue, 21 Feb 2012 04:30:28 +0000 (+0000) Subject: Add missing newline to ccss state change notification X-Git-Tag: 10.3.0-rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe385136d79c1307c590189131f8178292874ae2;p=thirdparty%2Fasterisk.git Add missing newline to ccss state change notification Move along, nothing to see here... git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@356074 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/ccss.c b/main/ccss.c index 2db5f338b2..e0b440fbc8 100644 --- a/main/ccss.c +++ b/main/ccss.c @@ -630,7 +630,7 @@ static void ccss_notify_device_state_change(const char *device, enum cc_state st 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);