changed debug print

This commit is contained in:
Dave Schuyler 2003-11-25 01:52:33 +00:00
parent 54872ff8c0
commit 5642bbee44

View File

@ -205,7 +205,7 @@ class Level:
if __debug__: if __debug__:
if entId in self.entities: if entId in self.entities:
self.notify.warning( self.notify.warning(
'entity %s already in entity table... ' 'entity %s already in entity table... '%(entId)+
'make sure distributedEntity is calling down to ' 'make sure distributedEntity is calling down to '
'Entity.destroy!') 'Entity.destroy!')
self.entities[entId] = entity self.entities[entId] = entity