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

0.6.6-post-fixes
Justin Clarke Casey 2009-05-19 19:57:45 +00:00
parent 01ca3a91ad
commit cd90ea377e
1 changed files with 1 additions and 1 deletions

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