mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* minor: Tweak the command exception catcher of last resort to make a little more sense
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user