summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-12-24 17:18:39 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2009-12-24 17:18:39 -0800
commit005688984d3d01609a6649799d82e22339ef91b5 (patch)
tree139c88846802bf35f3a38b9716345f300ac6aa9f /indra
parent4070f6636e06b698f8b46d3e8009305eb3594a13 (diff)
turn off verbose logging on gstreamer media plugin.
Diffstat (limited to 'indra')
-rw-r--r--indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h b/indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h
index ed8f910f43..799808aa8b 100644
--- a/indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h
+++ b/indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h
@@ -53,7 +53,7 @@ extern "C" {
}while(0)
#define NULLMSG(...) do{}while(0)
-#define DEBUGMSG STDERRMSG
+#define DEBUGMSG NULLMSG
#define INFOMSG STDERRMSG
#define WARNMSG STDERRMSG
/////////////////////////////////////////////////////////////////////////