diff options
| -rwxr-xr-x | indra/newview/llappearancemgr.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 3e02f98933..5f1a880ebd 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -2619,7 +2619,8 @@ void LLAppearanceMgr::requestServerAppearanceUpdate()  	std::string url = gAgent.getRegion()->getCapability("UpdateAvatarAppearance");	  	if (url.empty())  	{ -		llwarns << "no cap for UpdateAvatarAppearance" << llendl; +		llwarns << "NO CAP for UpdateAvatarAppearance. This is a bug." << llendl; +		return;  	}  	LLSD body;  | 
