*** empty log message ***

This commit is contained in:
Josh Yelon 2005-03-01 19:22:00 +00:00
parent ac5fb48042
commit de2c9d7127

View File

@ -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)