diff options
author | Justin Clarke Casey | 2008-03-25 20:05:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-25 20:05:02 +0000 |
commit | ad808579a2c5dc0e6ba29ad93c3fe9cea0107a69 (patch) | |
tree | 5de8879ac5d6cdec8933b016515544705c0a8471 /OpenSim/Region/Communications | |
parent | * Temporary hack to swallow neighbour contact problems on startup (in respons... (diff) | |
download | opensim-SC_OLD-ad808579a2c5dc0e6ba29ad93c3fe9cea0107a69.zip opensim-SC_OLD-ad808579a2c5dc0e6ba29ad93c3fe9cea0107a69.tar.gz opensim-SC_OLD-ad808579a2c5dc0e6ba29ad93c3fe9cea0107a69.tar.bz2 opensim-SC_OLD-ad808579a2c5dc0e6ba29ad93c3fe9cea0107a69.tar.xz |
* Print out the exception stacks of resolution failures, temporarily
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index a783050..705d623 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -233,7 +233,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
233 | } | 233 | } |
234 | catch (SocketException e) | 234 | catch (SocketException e) |
235 | { | 235 | { |
236 | m_log.WarnFormat("RequestNeighbours(): Lookup of neighbour {0} failed! Not including in neighbours list"); | 236 | m_log.WarnFormat("RequestNeighbours(): Lookup of neighbour {0} failed! Not including in neighbours list. {1}", simIp, e); |
237 | continue; | 237 | continue; |
238 | } | 238 | } |
239 | 239 | ||