diff options
author | Diva Canto | 2010-01-30 16:18:38 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-30 16:18:38 -0800 |
commit | 3112b04c85b9189a9ff1d1c98f8cd23b461a23b9 (patch) | |
tree | 2ced8a617d072b7a678eb003361bc5a2c38db286 | |
parent | Bug fix for making cross-grid login work. (diff) | |
download | opensim-SC_OLD-3112b04c85b9189a9ff1d1c98f8cd23b461a23b9.zip opensim-SC_OLD-3112b04c85b9189a9ff1d1c98f8cd23b461a23b9.tar.gz opensim-SC_OLD-3112b04c85b9189a9ff1d1c98f8cd23b461a23b9.tar.bz2 opensim-SC_OLD-3112b04c85b9189a9ff1d1c98f8cd23b461a23b9.tar.xz |
Changed an error message to w warning message.
-rw-r--r-- | OpenSim/Framework/Util.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 234021c..2fc7adc 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -553,7 +553,7 @@ namespace OpenSim.Framework | |||
553 | } | 553 | } |
554 | catch (Exception e) | 554 | catch (Exception e) |
555 | { | 555 | { |
556 | m_log.ErrorFormat("[UTIL]: An error occurred while resolving {0}, {1}", dnsAddress, e); | 556 | m_log.WarnFormat("[UTIL]: An error occurred while resolving host name {0}, {1}", dnsAddress, e); |
557 | 557 | ||
558 | // Still going to throw the exception on for now, since this was what was happening in the first place | 558 | // Still going to throw the exception on for now, since this was what was happening in the first place |
559 | throw e; | 559 | throw e; |