* minor: Tweak the command exception catcher of last resort to make a little more sense

This commit is contained in:
Justin Clarke Casey
2009-05-19 19:57:45 +00:00
parent 01ca3a91ad
commit cd90ea377e

View File

@@ -122,7 +122,7 @@ namespace OpenSim
}
catch (Exception e)
{
m_log.Error("Caught exception from command: {0}", e);
m_log.ErrorFormat("Command error: {0}", e);
}
}
}