Changed an error message to w warning message.

slimupdates
Diva Canto 2010-01-30 16:18:38 -08:00
parent 1ab8458b1c
commit 3112b04c85
1 changed files with 1 additions and 1 deletions

View File

@ -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;