diff options
author | Justin Clark-Casey (justincc) | 2013-11-05 23:18:09 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-11-05 23:18:09 +0000 |
commit | fb23f78928c72cdaab1e33270f4c732690e10714 (patch) | |
tree | 81f15e437fe598f32038ae2b4cc99cdc458c5756 /OpenSim/Services | |
parent | Fix a race condition where pCampbot actions could continue even if a bot had ... (diff) | |
download | opensim-SC-fb23f78928c72cdaab1e33270f4c732690e10714.zip opensim-SC-fb23f78928c72cdaab1e33270f4c732690e10714.tar.gz opensim-SC-fb23f78928c72cdaab1e33270f4c732690e10714.tar.bz2 opensim-SC-fb23f78928c72cdaab1e33270f4c732690e10714.tar.xz |
minor: comment out "SetLastPosition" GridUserService debug message for now.
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/UserAccountService/GridUserService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Services/UserAccountService/GridUserService.cs b/OpenSim/Services/UserAccountService/GridUserService.cs index 944411f..bef1691 100644 --- a/OpenSim/Services/UserAccountService/GridUserService.cs +++ b/OpenSim/Services/UserAccountService/GridUserService.cs | |||
@@ -194,7 +194,8 @@ namespace OpenSim.Services.UserAccountService | |||
194 | 194 | ||
195 | public bool SetLastPosition(string userID, UUID sessionID, UUID regionID, Vector3 lastPosition, Vector3 lastLookAt) | 195 | public bool SetLastPosition(string userID, UUID sessionID, UUID regionID, Vector3 lastPosition, Vector3 lastLookAt) |
196 | { | 196 | { |
197 | m_log.DebugFormat("[GRID USER SERVICE]: SetLastPosition for {0}", userID); | 197 | // m_log.DebugFormat("[GRID USER SERVICE]: SetLastPosition for {0}", userID); |
198 | |||
198 | GridUserData d = m_Database.Get(userID); | 199 | GridUserData d = m_Database.Get(userID); |
199 | if (d == null) | 200 | if (d == null) |
200 | { | 201 | { |