Changed an error message to w warning message.
parent
1ab8458b1c
commit
3112b04c85
|
@ -553,7 +553,7 @@ namespace OpenSim.Framework
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
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
|
// Still going to throw the exception on for now, since this was what was happening in the first place
|
||||||
throw e;
|
throw e;
|
||||||
|
|
Loading…
Reference in New Issue