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

index f36f67396aa5107816e38f151a5124dcfa4250ed..c5357e4683a51aa5cc83c4f224a72010bbd60af2 100644 (file)
@@ -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: