From: Marc Olivier Chouinard Date: Mon, 1 Aug 2011 13:49:57 +0000 (-0400) Subject: mod_conference: Missing a new line in a log file, thx AviMarcus X-Git-Tag: v1.2-rc1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c455bda74a96c691f82531901412174283f77c1;p=thirdparty%2Ffreeswitch.git mod_conference: Missing a new line in a log file, thx AviMarcus --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index aa737596bd..aec526ca38 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -5992,7 +5992,7 @@ SWITCH_STANDARD_APP(conference_function) } if (pstatus != SWITCH_STATUS_SUCCESS && pstatus != SWITCH_STATUS_BREAK) { - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Cannot ask the user for a pin, ending call"); + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Cannot ask the user for a pin, ending call\n"); switch_channel_hangup(channel, SWITCH_CAUSE_DESTINATION_OUT_OF_ORDER); }