diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 234021c233..2fc7adcf54 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs @@ -553,7 +553,7 @@ namespace OpenSim.Framework } catch (Exception e) { - m_log.ErrorFormat("[UTIL]: An error occurred while resolving {0}, {1}", dnsAddress, e); + m_log.WarnFormat("[UTIL]: An error occurred while resolving host name {0}, {1}", dnsAddress, e); // Still going to throw the exception on for now, since this was what was happening in the first place throw e;