diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-24 17:18:39 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-24 17:18:39 -0800 |
commit | 005688984d3d01609a6649799d82e22339ef91b5 (patch) | |
tree | 139c88846802bf35f3a38b9716345f300ac6aa9f | |
parent | 4070f6636e06b698f8b46d3e8009305eb3594a13 (diff) |
turn off verbose logging on gstreamer media plugin.
-rw-r--r-- | indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h | 2 |
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 ///////////////////////////////////////////////////////////////////////// |