diff options
Diffstat (limited to 'OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs')
-rw-r--r-- | OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs b/OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs index 4f8f7e1..f292b95 100644 --- a/OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs +++ b/OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs | |||
@@ -141,7 +141,7 @@ namespace OpenSim.Server.Handlers.MapImage | |||
141 | } | 141 | } |
142 | else | 142 | else |
143 | { | 143 | { |
144 | m_log.WarnFormat("[MAP IMAGE HANDLER]: IP address {0} may be rogue. Region not found at coordinates {1}-{2}", | 144 | m_log.WarnFormat("[MAP IMAGE HANDLER]: IP address {0} may be rogue. Region not found at coordinates {1}-{2}", |
145 | ipAddr, x, y); | 145 | ipAddr, x, y); |
146 | return FailureResult("Region not found at given coordinates"); | 146 | return FailureResult("Region not found at given coordinates"); |
147 | } | 147 | } |