Changed a cryptic debug message and a wrong comment

This commit is contained in:
Diva Canto
2010-03-09 17:33:31 -08:00
parent dbb2edf1a6
commit c5bb51b443
2 changed files with 2 additions and 2 deletions

View File

@@ -334,7 +334,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
}
catch (Exception e)
{
m_log.Debug("[HGrid]: Exception " + e.Message);
m_log.Debug("[USER AGENT CONNECTOR]: Unable to contact remote server ");
reason = "Exception: " + e.Message;
return false;
}