mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
changed a print to a notify
This commit is contained in:
parent
94bf0be822
commit
f40a92ed1b
@ -134,7 +134,8 @@ class ConnectionRepository(
|
||||
# Look up the dclass
|
||||
dclass = self.dclassesByName.get(dcname+self.dcSuffix)
|
||||
if dclass is None:
|
||||
print "\n\n\nNeed to define", dcname+self.dcSuffix
|
||||
#print "\n\n\nNeed to define", dcname+self.dcSuffix
|
||||
self.notify.warning("Need to define %s" % (dcname+self.dcSuffix))
|
||||
dclass = self.dclassesByName.get(dcname+'AI')
|
||||
if dclass is None:
|
||||
dclass = self.dclassesByName.get(dcname)
|
||||
|
Loading…
x
Reference in New Issue
Block a user