diff options
| author | Richard Linden <none@none> | 2011-12-12 12:33:03 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2011-12-12 12:33:03 -0800 |
| commit | 2010e20122bb1ae10d760bcbf5e97c74d0492503 (patch) | |
| tree | 278a163d3242c87c8f11fb012c1e2e1947c5830e /indra/newview/llviewermedia.cpp | |
| parent | ec30e6e70ff71723e2137595bc6ecd3eb358aabe (diff) | |
| parent | 40a74eb5b77493e66587a01b6655d405c75e3a59 (diff) | |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/newview/llviewermedia.cpp')
| -rw-r--r-- | indra/newview/llviewermedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index 42dabdec0d..09cce39c3d 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -1966,7 +1966,7 @@ LLPluginClassMedia* LLViewerMediaImpl::newSourceFromMediaType(std::string media_ } } - LL_WARNS("Plugin") << "plugin intialization failed for mime type: " << media_type << LL_ENDL; + LL_WARNS_ONCE("Plugin") << "plugin intialization failed for mime type: " << media_type << LL_ENDL; LLSD args; args["MIME_TYPE"] = media_type; LLNotificationsUtil::add("NoPlugin", args); |
