From 710cb7589e2b3db9c7e4dfe1bfcc5cf6eabbe55d Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Fri, 4 Jan 2008 21:18:01 +0000 Subject: * possibly the least significant commit so far into 2008 --- OpenSim/Framework/ClientManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') 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 } catch (System.Exception e) { - OpenSim.Framework.Console.MainLog.Instance.Error("CLIENT", "Unable to shutdown circuit for: " + agentId.ToString() + "\n Reason: " + e.ToString()); + OpenSim.Framework.Console.MainLog.Instance.Error("CLIENT", string.Format("Unable to shutdown circuit for: {0}\n Reason: {1}", agentId, e)); } } -- cgit v1.1