From: Anthony Minessale Date: Thu, 19 Apr 2012 14:25:50 +0000 (-0500) Subject: FS-4131 X-Git-Tag: v1.2-rc1~17^2~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7427fb968618fea93e0fdc036779c58e17efc4ce;p=thirdparty%2Ffreeswitch.git FS-4131 --- 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 c5357e4683..18d490947e 100644 --- a/src/mod/formats/mod_local_stream/mod_local_stream.c +++ b/src/mod/formats/mod_local_stream/mod_local_stream.c @@ -877,7 +877,7 @@ SWITCH_STANDARD_API(start_local_stream_function) switch_mutex_unlock(globals.mutex); if (source) { source->stopped = 0; - 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; }