diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index be9917c..adb6b72 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -243,7 +243,7 @@ namespace OpenSim.Region.ClientStack | |||
243 | 243 | ||
244 | public void Stop() | 244 | public void Stop() |
245 | { | 245 | { |
246 | Close(); | 246 | MainLog.Instance.Verbose("BUG", "Stop called, please find out where and remove it"); |
247 | } | 247 | } |
248 | 248 | ||
249 | #endregion | 249 | #endregion |