]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_conference: Missing a new line in a log file, thx AviMarcus
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Mon, 1 Aug 2011 13:49:57 +0000 (09:49 -0400)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Mon, 1 Aug 2011 13:49:57 +0000 (09:49 -0400)
src/mod/applications/mod_conference/mod_conference.c

index aa737596bde4521597795eb2d7f01d39e27724e4..aec526ca389f6a37a57ffdc140c5b92762554cfb 100644 (file)
@@ -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);
                                }