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…
Reference in New Issue