ソースを参照

correct debug statement

David Rose 23 年 前
コミット
cff3c78df9
1 ファイル変更1 行追加1 行削除
  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)
         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":