diff options
| author | Rick Pasetto <rick@lindenlab.com> | 2009-11-20 16:26:43 -0800 | 
|---|---|---|
| committer | Rick Pasetto <rick@lindenlab.com> | 2009-11-20 16:26:43 -0800 | 
| commit | daef055db99d79b700eb9aed63d869b64a45acb0 (patch) | |
| tree | 620359080bc4e38002f73709f801a11d7a3826ca | |
| parent | 3bb86f91bc345f74057debe1f8f680098895a40e (diff) | |
Add log warning if media cap is missing
| -rw-r--r-- | indra/newview/llfloatertools.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 386fb7f909..88a98c3350 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -1104,7 +1104,8 @@ void LLFloaterTools::getMediaState()  		childSetEnabled("edit_media", FALSE);  		childSetEnabled("media_info", FALSE);  		media_info->setEnabled(FALSE); -		media_info->clear();*/	 +		media_info->clear();*/ +		LL_WARNS("LLFloaterTools: media") << "Media not enabled (no capability) in this region!" << LL_ENDL;  		clearMediaSettings();  		return;  	}  | 
