Browse Source

*** empty log message ***

Samir Naik 22 years ago
parent
commit
c437ba738b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/level/EntityCreatorAI.py

+ 2 - 2
direct/src/level/EntityCreatorAI.py

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