X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=9afd420e8d154f4824440c7c304812dadc0a68fa;hb=bc5df21e92f0791f1967d77b1baf66966c66f7cd;hp=5e702b04d51a182cd3ee5f82ff8c2d1b5edf4cb0;hpb=05c0f0348062615bf7dc1bd4f89b05ed3f409b66;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 ################################################################################