Adding comments into previous commits to prevent merge messups later.

Liny 2012-03-28 23:54:10 -07:00
parent 01389c0c7c
commit d876a9bdd8
1 changed files with 3 additions and 0 deletions

View File

@ -346,8 +346,11 @@ void LLAvatarTracker::setBuddyOnline(const LLUUID& id, bool is_online)
}
else
{
//<FS:LO> 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;
//</FS:LO>
}
}