correct debug statement

This commit is contained in:
David Rose 2002-08-26 17:09:21 +00:00
parent d881b4fdeb
commit cff3c78df9

View File

@ -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":