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