mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
simplify some log messages
This commit is contained in:
@@ -145,7 +145,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat("[UPLOAD BAKED TEXTURE HANDLER]: {0}{1}", e.Message, e.StackTrace);
|
||||
m_log.ErrorFormat("[UPLOAD BAKED TEXTURE HANDLER]: Error: {0}", e.Message);
|
||||
}
|
||||
httpResponse.StatusCode = (int)HttpStatusCode.BadRequest;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user