From: Anthony Minessale Date: Tue, 27 Feb 2007 22:53:57 +0000 (+0000) Subject: thanks _Vile X-Git-Tag: v1.0-beta1~997 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7a28c73dddeb0e55e106a0f254c8972cb171cae;p=thirdparty%2Ffreeswitch.git thanks _Vile git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4408 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 9aebcb82eb..d6308b746f 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -511,7 +511,7 @@ static switch_status_t originate_function(char *cmd, switch_core_session_t *ises if (switch_ivr_originate(NULL, &caller_session, &cause, aleg, timeout, &noop_state_handler, cid_name, cid_num, NULL) != SWITCH_STATUS_SUCCESS) { if (machine) { - stream->write_function(stream, "fail: %s", switch_channel_cause2str(cause)); + stream->write_function(stream, "fail: %s\n", switch_channel_cause2str(cause)); } else { stream->write_function(stream, "Cannot Create Outgoing Channel! [%s] cause: %s\n", aleg, switch_channel_cause2str(cause)); }