diff options
author | Melanie Thielker | 2010-08-14 14:00:12 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-08-14 14:00:12 +0200 |
commit | f2d7f3e731659bbfcecf5a0846f711fcc38237f0 (patch) | |
tree | 0959ceadcc72393da36d48fc29b785b84fc45917 /OpenSim/Services | |
parent | Fix a possible nullref in BestAvatarResponsiveness policy (diff) | |
parent | clearing some debugmessages (diff) | |
download | opensim-SC-f2d7f3e731659bbfcecf5a0846f711fcc38237f0.zip opensim-SC-f2d7f3e731659bbfcecf5a0846f711fcc38237f0.tar.gz opensim-SC-f2d7f3e731659bbfcecf5a0846f711fcc38237f0.tar.bz2 opensim-SC-f2d7f3e731659bbfcecf5a0846f711fcc38237f0.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs index 38c191a..67c482b 100644 --- a/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs +++ b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs | |||
@@ -113,7 +113,7 @@ namespace OpenSim.Services.Connectors | |||
113 | 113 | ||
114 | public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID) | 114 | public virtual UserAccount GetUserAccount(UUID scopeID, UUID userID) |
115 | { | 115 | { |
116 | m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUserAccount {0}", userID); | 116 | // m_log.DebugFormat("[ACCOUNTS CONNECTOR]: GetUserAccount {0}", userID); |
117 | Dictionary<string, object> sendData = new Dictionary<string, object>(); | 117 | Dictionary<string, object> sendData = new Dictionary<string, object>(); |
118 | //sendData["SCOPEID"] = scopeID.ToString(); | 118 | //sendData["SCOPEID"] = scopeID.ToString(); |
119 | sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString(); | 119 | sendData["VERSIONMIN"] = ProtocolVersions.ClientProtocolVersionMin.ToString(); |