diff options
author | Oz Linden <oz@lindenlab.com> | 2015-09-23 16:02:28 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-09-23 16:02:28 -0400 |
commit | 33820fe4015b08e58316d3c6160a701946ec7a2f (patch) | |
tree | 12faeecdaa214d1f3d5928c61407089397fd0b41 /indra | |
parent | ae7d13ff2c6c6778509d463e2d8fffa40f4d143c (diff) |
clarify hover setting log message
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index da02b96f80..f7f00a67f9 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7475,7 +7475,7 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys ) // Got an update for some other avatar // Ignore updates for self, because we have a more authoritative value in the preferences. setHoverOffset(contents.mHoverOffset); - LL_INFOS("Avatar") << avString() << "setting hover from message" << contents.mHoverOffset[2] << LL_ENDL; + LL_INFOS("Avatar") << avString() << "setting hover to " << contents.mHoverOffset[2] << LL_ENDL; } if (!contents.mHoverOffsetWasSet && !isSelf()) |