From: Anthony Minessale Date: Thu, 19 Apr 2012 14:01:58 +0000 (-0500) Subject: FS-4128 X-Git-Tag: v1.2-rc1~17^2~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=474f89e04087e927f106fc6917f1acfe35ffa63a;p=thirdparty%2Ffreeswitch.git FS-4128 --- diff --git a/src/mod/formats/mod_local_stream/mod_local_stream.c b/src/mod/formats/mod_local_stream/mod_local_stream.c index f36f67396a..c5357e4683 100644 --- a/src/mod/formats/mod_local_stream/mod_local_stream.c +++ b/src/mod/formats/mod_local_stream/mod_local_stream.c @@ -909,7 +909,7 @@ SWITCH_STANDARD_API(start_local_stream_function) switch_threadattr_stacksize_set(thd_attr, SWITCH_THREAD_STACKSIZE); switch_thread_create(&thread, thd_attr, read_stream_thread, source, source->pool); - stream->write_function(stream, "+OK"); + stream->write_function(stream, "+OK stream: %s[%s] %s", source->name, source->location, source->shuffle ? "shuffle" : "no shuffle"); goto done; usage: