summaryrefslogtreecommitdiffstats
path: root/pactest/pmrule.py
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/pmrule.py')
-rwxr-xr-xpactest/pmrule.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pactest/pmrule.py b/pactest/pmrule.py
index 43310bfd..78811957 100755
--- a/pactest/pmrule.py
+++ b/pactest/pmrule.py
@@ -63,8 +63,8 @@ class pmrule:
if not newpkg:
success = 0
else:
- #dbg("newpkg.checksum : %s" % newpkg.checksum)
- #dbg("newpkg.mtime : %s" % newpkg.mtime)
+ vprint("\tnewpkg.checksum : %s" % newpkg.checksum)
+ vprint("\tnewpkg.mtime : %s" % newpkg.mtime)
if case == "EXIST":
success = 1
elif case == "MODIFIED":