summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llagentlistener.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llagentlistener.cpp b/indra/newview/llagentlistener.cpp
index ef39fed587..da5bf59e74 100644
--- a/indra/newview/llagentlistener.cpp
+++ b/indra/newview/llagentlistener.cpp
@@ -117,6 +117,11 @@ void LLAgentListener::requestSit(LLSD const & event_data) const
object->getRegion()->sendReliableMessage();
}
+ else
+ {
+ llwarns << "LLAgent requestSit could not find the sit target "
+ << event_data["obj_uuid"].asUUID() << llendl;
+ }
}
void LLAgentListener::requestStand(LLSD const & event_data) const