Slightly better message with status code for WebException.

prioritization
Diva Canto 2009-10-03 20:18:21 -07:00
parent b2cdee5a14
commit 2d9c27a28f
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ namespace OpenSim.Framework.Servers.HttpServer
} }
else else
{ {
m_log.ErrorFormat("[ASYNC REQUEST]: Request {0} {1} failed with exception {2}", verb, requestUrl, e); m_log.ErrorFormat("[ASYNC REQUEST]: Request {0} {1} failed with status {2} and message {3}", verb, requestUrl, e.Status, e.Message);
} }
} }
catch (Exception e) catch (Exception e)