diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index be9917cfd7..adb6b72e66 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs @@ -243,7 +243,7 @@ namespace OpenSim.Region.ClientStack public void Stop() { - Close(); + MainLog.Instance.Verbose("BUG", "Stop called, please find out where and remove it"); } #endregion