aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs
diff options
context:
space:
mode:
authorSean Dague2007-12-11 21:57:11 +0000
committerSean Dague2007-12-11 21:57:11 +0000
commit6b5db310cdd9f6719894a3ef4764385c211f5b62 (patch)
tree61f67325d0e675cc824232d500715a75e78cf6a8 /OpenSim/Region/ClientStack/ClientView.cs
parentconsolidate client view exit paths, this seems to (diff)
downloadopensim-SC_OLD-6b5db310cdd9f6719894a3ef4764385c211f5b62.zip
opensim-SC_OLD-6b5db310cdd9f6719894a3ef4764385c211f5b62.tar.gz
opensim-SC_OLD-6b5db310cdd9f6719894a3ef4764385c211f5b62.tar.bz2
opensim-SC_OLD-6b5db310cdd9f6719894a3ef4764385c211f5b62.tar.xz
debug to catch any users of the stop interface
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs2
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