diff options
author | sacha | 2010-08-14 08:59:57 +0000 |
---|---|---|
committer | sacha | 2010-08-14 08:59:57 +0000 |
commit | 042eb80a62c4a4d74e00a59b6aeed679e35d519e (patch) | |
tree | c81c9cbf4d47baf75dff6f9c4b00d33212d8087d /OpenSim/Services/Connectors/UserAccounts | |
parent | Add ini.example section for the MOTD module. (diff) | |
download | opensim-SC_OLD-042eb80a62c4a4d74e00a59b6aeed679e35d519e.zip opensim-SC_OLD-042eb80a62c4a4d74e00a59b6aeed679e35d519e.tar.gz opensim-SC_OLD-042eb80a62c4a4d74e00a59b6aeed679e35d519e.tar.bz2 opensim-SC_OLD-042eb80a62c4a4d74e00a59b6aeed679e35d519e.tar.xz |
clearing some debugmessages
Diffstat (limited to 'OpenSim/Services/Connectors/UserAccounts')
-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(); |