summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2012-02-21 04:31:19 +0000
committerKinsey Moore <kmoore@digium.com>2012-02-21 04:31:19 +0000
commit4585ec1bbf2cf26de5cd322430ff012cae0893ce (patch)
tree83f203366e3da58046c8614c7904a7656faf89c5 /main
parent57f42bd74f78d5022631b2ba2269892f8a3a384a (diff)
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@356075 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/ccss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ccss.c b/main/ccss.c
index b1ec63a89..f1965986d 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);