diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-18 15:33:52 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-18 15:33:52 -0800 |
commit | 043407238a4162c0d20413338cf6a7088be1f674 (patch) | |
tree | bdf7daf68c0d6fff08e790e9d2115506c66cc483 /indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h | |
parent | ceda074b8614e42363a969e32032582caef72278 (diff) |
Final tidy-up for DEV-44502 (gstreamer scaling bug) -
I *think* this is a bit clearer. Not awesomely so.
Diffstat (limited to 'indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h')
-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 ///////////////////////////////////////////////////////////////////////// |