index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-26 08:19:02 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-26 08:19:02 +0000 |
commit | 25223d679078dc756bbd8aea46f713259a4365ee (patch) | |
tree | f9775e7ac9e2f259d8dc4b2f86434264498276ba /pactest/pmrule.py | |
parent | 4a75e42f124929d5e4d0d2e3f35869747227ba5f (diff) |
-rwxr-xr-x | pactest/pmrule.py | 4 |
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": |