diff options
author | lbsa71 | 2008-01-04 21:18:01 +0000 |
---|---|---|
committer | lbsa71 | 2008-01-04 21:18:01 +0000 |
commit | 710cb7589e2b3db9c7e4dfe1bfcc5cf6eabbe55d (patch) | |
tree | c180de6e4510ca1e08de233ad4729302e99bc83a /OpenSim/Framework/ClientManager.cs | |
parent | *Added ability to skip any use of the console when configuring and assume def... (diff) | |
download | opensim-SC_OLD-710cb7589e2b3db9c7e4dfe1bfcc5cf6eabbe55d.zip opensim-SC_OLD-710cb7589e2b3db9c7e4dfe1bfcc5cf6eabbe55d.tar.gz opensim-SC_OLD-710cb7589e2b3db9c7e4dfe1bfcc5cf6eabbe55d.tar.bz2 opensim-SC_OLD-710cb7589e2b3db9c7e4dfe1bfcc5cf6eabbe55d.tar.xz |
* possibly the least significant commit so far into 2008
Diffstat (limited to 'OpenSim/Framework/ClientManager.cs')
-rw-r--r-- | OpenSim/Framework/ClientManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/ClientManager.cs b/OpenSim/Framework/ClientManager.cs index 181000c..de7708c 100644 --- a/OpenSim/Framework/ClientManager.cs +++ b/OpenSim/Framework/ClientManager.cs | |||
@@ -116,7 +116,7 @@ namespace OpenSim.Framework | |||
116 | } | 116 | } |
117 | catch (System.Exception e) | 117 | catch (System.Exception e) |
118 | { | 118 | { |
119 | OpenSim.Framework.Console.MainLog.Instance.Error("CLIENT", "Unable to shutdown circuit for: " + agentId.ToString() + "\n Reason: " + e.ToString()); | 119 | OpenSim.Framework.Console.MainLog.Instance.Error("CLIENT", string.Format("Unable to shutdown circuit for: {0}\n Reason: {1}", agentId, e)); |
120 | } | 120 | } |
121 | } | 121 | } |
122 | 122 | ||