debug to catch any users of the stop interface

This commit is contained in:
Sean Dague
2007-12-11 21:57:11 +00:00
parent 2e38e534d9
commit 6b5db310cd

View File

@@ -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