diff options
| author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-29 19:52:52 +0200 | 
|---|---|---|
| committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-29 19:52:52 +0200 | 
| commit | ea7915c2aee486dfb3b7e29016c67a0c4a49cb0f (patch) | |
| tree | 96cb029a114ad8cb0ccd529440c5d22120e3a725 /indra/newview | |
| parent | fe90c259daab3a222a80e84db7b8a328d505a5a2 (diff) | |
Fixed bug EXT-4437 ([BSI] console warning flood when viewing profile) by suppressing duplicated warnings.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llviewerparcelmgr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp index c537865937..9d7ccd99c6 100644 --- a/indra/newview/llviewerparcelmgr.cpp +++ b/indra/newview/llviewerparcelmgr.cpp @@ -1814,7 +1814,7 @@ void LLViewerParcelMgr::processParcelAccessListReply(LLMessageSystem *msg, void  	if (parcel_id != parcel->getLocalID())  	{ -		llwarns << "processParcelAccessListReply for parcel " << parcel_id +		LL_WARNS_ONCE("") << "processParcelAccessListReply for parcel " << parcel_id  			<< " which isn't the selected parcel " << parcel->getLocalID()<< llendl;  		return;  	} | 
