debug to catch any users of the stop interface

afrisby
Sean Dague 2007-12-11 21:57:11 +00:00
parent 2e38e534d9
commit 6b5db310cd
1 changed files with 1 additions and 1 deletions

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