Move along, nothing to see here...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@356074
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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);