diff options
author | Jonathan Yap <none@none> | 2013-06-05 17:32:10 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-06-05 17:32:10 -0400 |
commit | ec52db8d0c4099dd5e3b476f7b44a4ebda7cb676 (patch) | |
tree | 6a24cc87ca231c562d91f6a1467f6d8269119ba1 /indra/newview/llavataractions.cpp | |
parent | 412d553f5249b6ffeda3d7e3aba1e97d8db52b2e (diff) |
STORM-1838 Slowly reappling changes to work with CHUI
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-x | indra/newview/llavataractions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 45992b8c83..285e70c8ea 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -443,6 +443,7 @@ void LLAvatarActions::teleport_request_callback(const LLSD& notification, const // static void LLAvatarActions::teleportRequest(const LLUUID& id) { +llwarns << "DBG " << llendl; std::string name; gCacheName->getFullName(id, name); gCacheName->cleanFullName(name); |