mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
*** empty log message ***
This commit is contained in:
parent
ac5fb48042
commit
de2c9d7127
@ -79,8 +79,10 @@ class DirectNotify:
|
||||
level = config.GetString('default-directnotify-level', '')
|
||||
|
||||
if level:
|
||||
print ("Setting DirectNotify category: " + categoryName +
|
||||
" to severity: " + level)
|
||||
# Note - this print statement is making it difficult to
|
||||
# achieve "no output unless there's an error" operation - Josh
|
||||
# print ("Setting DirectNotify category: " + categoryName +
|
||||
# " to severity: " + level)
|
||||
category = self.getCategory(categoryName)
|
||||
if level == "error":
|
||||
category.setWarning(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user