simplify some log messages

This commit is contained in:
UbitUmarov
2021-12-22 15:59:03 +00:00
parent 2fa1b1f948
commit 35d3889e5d
4 changed files with 6 additions and 6 deletions

View File

@@ -621,7 +621,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
}
catch (WebException e)
{
m_log.ErrorFormat("[GRID INSTANT MESSAGE]: Error sending message to {0} the host didn't respond " + e.ToString(), reginfo.ServerURI.ToString());
m_log.ErrorFormat("[GRID INSTANT MESSAGE]: Error sending message to {0} : {1}", reginfo.ServerURI.ToString(), e.Message);
}
return false;