Adding comments into previous commits to prevent merge messups later.
parent
01389c0c7c
commit
d876a9bdd8
|
|
@ -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>
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue