* minor: Tweak the command exception catcher of last resort to make a little more sense
parent
01ca3a91ad
commit
cd90ea377e
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue