X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=9afd420e8d154f4824440c7c304812dadc0a68fa;hb=dd06e01b323a8d5bd6130d80cb418647c856fa5a;hp=5e702b04d51a182cd3ee5f82ff8c2d1b5edf4cb0;hpb=0c9e689e7763e2920ad359f3cd9cb837bec40657;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 5e702b04..9afd420e 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -526,8 +526,7 @@ def parse_checksums(where, files, manifest, hashname): files[checkfile][hash_key(hashname)] = checksum for f in files.keys(): if not files[f].has_key(hash_key(hashname)): - rejmsg.append("%s: no entry in checksums-%s in %s" % (checkfile, - hashname, where)) + rejmsg.append("%s: no entry in checksums-%s in %s" % (f, hashname, where)) return rejmsg ################################################################################