aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Land/LandServicesConnector.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/Connectors/Land/LandServicesConnector.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/Connectors/Land/LandServicesConnector.cs b/OpenSim/Services/Connectors/Land/LandServicesConnector.cs
index 5e9331e..047880a 100644
--- a/OpenSim/Services/Connectors/Land/LandServicesConnector.cs
+++ b/OpenSim/Services/Connectors/Land/LandServicesConnector.cs
@@ -122,12 +122,12 @@ namespace OpenSim.Services.Connectors
122 catch (Exception e) 122 catch (Exception e)
123 { 123 {
124 m_log.ErrorFormat( 124 m_log.ErrorFormat(
125 "[LAND CONNECTOR]: Got exception while parsing land-data: {0} {1}", 125 "[LAND CONNECTOR]: Got exception while parsing land-data: {0} {1}",
126 e.Message, e.StackTrace); 126 e.Message, e.StackTrace);
127 } 127 }
128 } 128 }
129 } 129 }
130 else 130 else
131 m_log.WarnFormat("[LAND CONNECTOR]: Couldn't find region with handle {0}", regionHandle); 131 m_log.WarnFormat("[LAND CONNECTOR]: Couldn't find region with handle {0}", regionHandle);
132 } 132 }
133 catch (Exception e) 133 catch (Exception e)
@@ -135,7 +135,7 @@ namespace OpenSim.Services.Connectors
135 m_log.ErrorFormat( 135 m_log.ErrorFormat(
136 "[LAND CONNECTOR]: Couldn't contact region {0}: {1} {2}", regionHandle, e.Message, e.StackTrace); 136 "[LAND CONNECTOR]: Couldn't contact region {0}: {1} {2}", regionHandle, e.Message, e.StackTrace);
137 } 137 }
138 138
139 return landData; 139 return landData;
140 } 140 }
141 } 141 }