diff options
author | Sean Dague | 2007-12-11 21:57:11 +0000 |
---|---|---|
committer | Sean Dague | 2007-12-11 21:57:11 +0000 |
commit | 6b5db310cdd9f6719894a3ef4764385c211f5b62 (patch) | |
tree | 61f67325d0e675cc824232d500715a75e78cf6a8 /OpenSim/Region/ClientStack | |
parent | consolidate client view exit paths, this seems to (diff) | |
download | opensim-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 'OpenSim/Region/ClientStack')
-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 |