*** empty log message ***

This commit is contained in:
Samir Naik 2003-09-18 02:09:50 +00:00
parent 49b96335e9
commit c437ba738b
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ class EntityCreatorAI:
if not self.entType2Ctor.has_key(entType):
EntityCreatorAI.notify.warning(
'createEntity(entType=%s, levelDoId=%s, '
'entId=%s, zoneId=%s): entType not found' %
(entType, levelDoId, entId, zoneId))
'entId=%s, zoneId=%s) not found' %
(entType, level.doId, entId, zoneId))
return None
if zoneId is None: