verbose factory-win debugging

This commit is contained in:
Darren Ranalli 2004-01-06 22:24:10 +00:00
parent d787afb6a4
commit 11af84dec4
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class DistributedLevel(DistributedObject.DistributedObject,
def announceLeaving(self):
"""call this just before leaving the level; this may result in
the factory being destroyed on the AI"""
DistributedLevel.notify.info('announceLeaving')
self.doneBarrier()
def placeLocalToon(self):