From ef696d895d30e5365be286210d27c0ec193ccb6a Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Sat, 28 Jan 2012 22:00:21 +0100 Subject: [PATCH] Avoid tag detection spam from radar on every object update --- indra/newview/llvoavatar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 2a843e3ce..f3deab32e 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3266,7 +3266,7 @@ void LLVOAvatar::getClientInfo(std::string& client, LLColor4& color, BOOL useCom const LLTextureEntry* texentry = getTE(0); if(texentry->getGlow() > 0.0) { - llinfos << "Using new client identifier." << llendl; + ///llinfos << "Using new client identifier." << llendl; U8 tag_buffer[UUID_BYTES+1]; memset(&tag_buffer, 0, UUID_BYTES); memcpy(&tag_buffer[0], &texentry->getID().mData, UUID_BYTES);