Debug output that was once useful to me.

This commit is contained in:
Inusaito Sayori
2014-07-21 19:05:24 -04:00
parent 73b34b6d89
commit bd7e291787

View File

@@ -794,6 +794,7 @@ void LLAvatarNameCache::setUseDisplayNames(bool use)
if (use != sUseDisplayNames)
{
sUseDisplayNames = use;
LL_DEBUGS("AvNameCache") << "Display names are now: " << (use ? "on" : "off") << LL_ENDL;
// flush our cache
sCache.clear();