* possibly the least significant commit so far into 2008

afrisby
lbsa71 2008-01-04 21:18:01 +00:00
parent 81b4c7be3e
commit 710cb7589e
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}
}