mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
@@ -93,7 +93,7 @@ namespace OpenSim.Framework.Console
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
System.Console.WriteLine("Couldn't write out log message", e.ToString());
|
||||
System.Console.WriteLine("Couldn't write out log message: {0}", e.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user