mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
correct debug statement
This commit is contained in:
parent
d881b4fdeb
commit
cff3c78df9
@ -62,7 +62,7 @@ class DirectNotify:
|
||||
dconfigParam = ("notify-level-" + categoryName)
|
||||
level = config.GetString(dconfigParam, "")
|
||||
if level:
|
||||
print ("Setting DirectNotify category: " + dconfigParam +
|
||||
print ("Setting DirectNotify category: " + categoryName +
|
||||
" to severity: " + level)
|
||||
category = self.getCategory(categoryName)
|
||||
if level == "error":
|
||||
|
Loading…
x
Reference in New Issue
Block a user