mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
* possibly the least significant commit so far into 2008
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user