diff options
| author | Richard Linden <none@none> | 2011-12-07 11:49:50 -0800 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2011-12-07 11:49:50 -0800 | 
| commit | 494005c66e8627ce4a84f49ec3d2b11fb9949f7b (patch) | |
| tree | 3de5fbbf08688f8927ac1855be07e8aa5c1e1f64 | |
| parent | 422c3418145efcdac615d0f66163b50f23ef8b40 (diff) | |
toned down spammy error message when slplugin isn't working
| -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 263d8b4146..b43e002e0a 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -1955,7 +1955,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); | 
