diff options
| author | Logan Dethrow <log@lindenlab.com> | 2013-03-28 18:08:11 -0400 |
|---|---|---|
| committer | Logan Dethrow <log@lindenlab.com> | 2013-03-28 18:08:11 -0400 |
| commit | 203da72c5fa6a833859a14b3f3db4588d772fba0 (patch) | |
| tree | f30a23ad5dde45dd73ff160575021d02cb7b28ca /indra/newview/llworld.cpp | |
| parent | d02296d51b907dcde839e48fbb84d3546307f6e5 (diff) | |
| parent | cfd35b8b22e8043ab14c57f6ee6108cea471a1ab (diff) | |
Automated merge with ssh://bitbucket.org/lindenlab/sunshine-internal
Diffstat (limited to 'indra/newview/llworld.cpp')
| -rw-r--r-- | indra/newview/llworld.cpp | 2 |
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"]); } }; |
