]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4131
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 19 Apr 2012 14:25:50 +0000 (09:25 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 19 Apr 2012 14:25:50 +0000 (09:25 -0500)
src/mod/formats/mod_local_stream/mod_local_stream.c

index c5357e4683a51aa5cc83c4f224a72010bbd60af2..18d490947e323e09d39975e136129da2139752f7 100644 (file)
@@ -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;
        }