aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-02-14 00:08:13 +0000
committerJustin Clark-Casey (justincc)2014-02-14 00:08:13 +0000
commitf49d51308938e397dbe44820b7497437fd785d10 (patch)
tree7ff30646835506629f3a7e184b5cdb7deff7bcdf /OpenSim/Services/Connectors
parentIf calls to UserAgentServiceConnector fail then throw an exception. This lets... (diff)
downloadopensim-SC_OLD-f49d51308938e397dbe44820b7497437fd785d10.zip
opensim-SC_OLD-f49d51308938e397dbe44820b7497437fd785d10.tar.gz
opensim-SC_OLD-f49d51308938e397dbe44820b7497437fd785d10.tar.bz2
opensim-SC_OLD-f49d51308938e397dbe44820b7497437fd785d10.tar.xz
Change warns associated with UserAgentServiceConnector to debugs, as this is not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted).
This is Oren Hurvitz's second patch from http://opensimulator.org/mantis/view.php?id=6956 with a small amount of correction
Diffstat (limited to 'OpenSim/Services/Connectors')
-rw-r--r--OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs
index cbd62cb..f869060 100644
--- a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs
@@ -206,7 +206,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
206 } 206 }
207 catch (Exception e) 207 catch (Exception e)
208 { 208 {
209 m_log.WarnFormat("[USER AGENT CONNECTOR]: {0} call to {1} failed: {2}", methodName, m_ServerURL, e.Message); 209 m_log.DebugFormat("[USER AGENT CONNECTOR]: {0} call to {1} failed: {2}", methodName, m_ServerURL, e.Message);
210 throw; 210 throw;
211 } 211 }
212 212