diff options
author | Diva Canto | 2010-09-04 18:09:17 -0700 |
---|---|---|
committer | Diva Canto | 2010-09-04 18:09:17 -0700 |
commit | 953a487f5e18a293acf59bfd590e1f03203494ec (patch) | |
tree | 555674e13ff9efcdfc2ab5d38fd8bd5118a89938 /OpenSim/Services/Connectors | |
parent | Make User Agent Service and Login Service separable. (diff) | |
download | opensim-SC_OLD-953a487f5e18a293acf59bfd590e1f03203494ec.zip opensim-SC_OLD-953a487f5e18a293acf59bfd590e1f03203494ec.tar.gz opensim-SC_OLD-953a487f5e18a293acf59bfd590e1f03203494ec.tar.bz2 opensim-SC_OLD-953a487f5e18a293acf59bfd590e1f03203494ec.tar.xz |
One more debug message to track an issue on Danger grid.
Diffstat (limited to 'OpenSim/Services/Connectors')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs index 5d29087..6d3c64a 100644 --- a/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs | |||
@@ -66,6 +66,7 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
66 | { | 66 | { |
67 | m_log.DebugFormat("[USER AGENT CONNECTOR]: Malformed Uri {0}: {1}", m_ServerURL, e.Message); | 67 | m_log.DebugFormat("[USER AGENT CONNECTOR]: Malformed Uri {0}: {1}", m_ServerURL, e.Message); |
68 | } | 68 | } |
69 | m_log.DebugFormat("[USER AGENT CONNECTOR]: new connector to {0} ({1})", url, m_ServerURL); | ||
69 | } | 70 | } |
70 | 71 | ||
71 | public UserAgentServiceConnector(IConfigSource config) | 72 | public UserAgentServiceConnector(IConfigSource config) |