diff --git a/indra/newview/llcallingcard.cpp b/indra/newview/llcallingcard.cpp index fd81a7d37c..acf45de69e 100644 --- a/indra/newview/llcallingcard.cpp +++ b/indra/newview/llcallingcard.cpp @@ -346,8 +346,11 @@ void LLAvatarTracker::setBuddyOnline(const LLUUID& id, bool is_online) } else { + // Fix possable log spam with a large friendslist when SL messes up. + //lldebugs << "!! No buddy info found for " << id lldebugs << "!! No buddy info found for " << id << ", setting to " << (is_online ? "Online" : "Offline") << llendl; + // } }