diff options
author | Adam Frisby | 2007-07-24 03:59:32 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-24 03:59:32 +0000 |
commit | 3cbc1e011d8abcfefacc0c72429dd01656f49ef2 (patch) | |
tree | e4674ad62367657780de1d3b5c1743a9ea34ef4b /OpenSim/Framework/UserManager | |
parent | *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that f... (diff) | |
download | opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.zip opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.tar.gz opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.tar.bz2 opensim-SC_OLD-3cbc1e011d8abcfefacc0c72429dd01656f49ef2.tar.xz |
* Reduced a significant number of compiler warnings (back down to 9 for all projects combined, all 'never used' things)
Diffstat (limited to 'OpenSim/Framework/UserManager')
-rw-r--r-- | OpenSim/Framework/UserManager/LoginResponse.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/UserManager/LoginResponse.cs b/OpenSim/Framework/UserManager/LoginResponse.cs index e1fc391..4d5ec5f 100644 --- a/OpenSim/Framework/UserManager/LoginResponse.cs +++ b/OpenSim/Framework/UserManager/LoginResponse.cs | |||
@@ -257,8 +257,8 @@ namespace OpenSim.Framework.UserManagement | |||
257 | } | 257 | } |
258 | catch (Exception e) | 258 | catch (Exception e) |
259 | { | 259 | { |
260 | MainLog.Instance.WriteLine( | 260 | MainLog.Instance.Warn( |
261 | LogPriority.LOW, | 261 | "CLIENT", |
262 | "LoginResponse: Error creating XML-RPC Response: " + e.Message | 262 | "LoginResponse: Error creating XML-RPC Response: " + e.Message |
263 | ); | 263 | ); |
264 | return (this.GenerateFailureResponse("Internal Error", "Error generating Login Response", "false")); | 264 | return (this.GenerateFailureResponse("Internal Error", "Error generating Login Response", "false")); |