added display of exception

From: Sean Dague <sdague@gmail.com>
0.6.3-post-fixes
Sean Dague 2009-01-19 21:38:25 +00:00
parent 0f289ca405
commit c81395593d
1 changed files with 1 additions and 1 deletions

View File

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