diff options
author | Justin Clarke Casey | 2009-01-06 21:39:55 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-06 21:39:55 +0000 |
commit | a31792ee5cb1ce619f21f5b428926c4709c3f14b (patch) | |
tree | f82a09b918c277741c97fdf4dca85fe1bd8463ac /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |
parent | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term... (diff) | |
download | opensim-SC_OLD-a31792ee5cb1ce619f21f5b428926c4709c3f14b.zip opensim-SC_OLD-a31792ee5cb1ce619f21f5b428926c4709c3f14b.tar.gz opensim-SC_OLD-a31792ee5cb1ce619f21f5b428926c4709c3f14b.tar.bz2 opensim-SC_OLD-a31792ee5cb1ce619f21f5b428926c4709c3f14b.tar.xz |
* prune and regrade log messages relating to client login and logout
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index fe69408..64e184d 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -622,12 +622,12 @@ namespace OpenSim.Region.Communications.OGS1 | |||
622 | 622 | ||
623 | if (requestData.ContainsKey("child_agent") && requestData["child_agent"].Equals("1")) | 623 | if (requestData.ContainsKey("child_agent") && requestData["child_agent"].Equals("1")) |
624 | { | 624 | { |
625 | m_log.Debug("[CLIENT]: Child agent detected"); | 625 | //m_log.Debug("[CLIENT]: Child agent detected"); |
626 | agentData.child = true; | 626 | agentData.child = true; |
627 | } | 627 | } |
628 | else | 628 | else |
629 | { | 629 | { |
630 | m_log.Debug("[CLIENT]: Main agent detected"); | 630 | //m_log.Debug("[CLIENT]: Main agent detected"); |
631 | agentData.startpos = | 631 | agentData.startpos = |
632 | new Vector3((float)Convert.ToDecimal((string)requestData["startpos_x"]), | 632 | new Vector3((float)Convert.ToDecimal((string)requestData["startpos_x"]), |
633 | (float)Convert.ToDecimal((string)requestData["startpos_y"]), | 633 | (float)Convert.ToDecimal((string)requestData["startpos_y"]), |