Browse Source

correct debug statement

David Rose 23 years ago
parent
commit
cff3c78df9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directnotify/DirectNotify.py

+ 1 - 1
direct/src/directnotify/DirectNotify.py

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