summaryrefslogtreecommitdiff
path: root/indra/newview/llworld.cpp
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2013-03-28 18:08:11 -0400
committerLogan Dethrow <log@lindenlab.com>2013-03-28 18:08:11 -0400
commit203da72c5fa6a833859a14b3f3db4588d772fba0 (patch)
treef30a23ad5dde45dd73ff160575021d02cb7b28ca /indra/newview/llworld.cpp
parentd02296d51b907dcde839e48fbb84d3546307f6e5 (diff)
parentcfd35b8b22e8043ab14c57f6ee6108cea471a1ab (diff)
Automated merge with ssh://bitbucket.org/lindenlab/sunshine-internal
Diffstat (limited to 'indra/newview/llworld.cpp')
-rw-r--r--indra/newview/llworld.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp
index 793becf0c8..d9da639af9 100644
--- a/indra/newview/llworld.cpp
+++ b/indra/newview/llworld.cpp
@@ -1065,6 +1065,8 @@ public:
<< sim << llendl;
return;
}
+ LL_DEBUGS("CrossingCaps") << "Calling setSeedCapability from LLEstablishAgentCommunication::post. Seed cap == "
+ << input["body"]["seed-capability"] << LL_ENDL;
regionp->setSeedCapability(input["body"]["seed-capability"]);
}
};