diff options
| author | Richard Linden <none@none> | 2011-12-09 10:13:02 -0800 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2011-12-09 10:13:02 -0800 | 
| commit | 29570bdc96af39579a09ec77ec9cb74ab124f682 (patch) | |
| tree | 530c59bbeb5e6ef3dda03630cad6bbc553c52c09 /indra | |
| parent | 702410cef75e0cc10258964b86b093f2205ef462 (diff) | |
| parent | 494005c66e8627ce4a84f49ec3d2b11fb9949f7b (diff) | |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra')
| -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); | 
