X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/b1e8c1b07e325426febd7e27030e4f8f6769bcde..d66db88a3054c3c02e7594dc231616d1b0e785b3:/pinch.py?ds=inline diff --git a/pinch.py b/pinch.py index 9555d74..18055dc 100644 --- a/pinch.py +++ b/pinch.py @@ -351,7 +351,7 @@ def fetch_with_nix_prefetch_url( assert empty == '' v.check("Verifying nix-prefetch-url's digest", to_Digest16(v, Digest32(prefetch_digest)) == digest) - v.status("Verifying file digest") + v.status("Verifying digest of %s" % path) file_digest = digest_file(path) v.result(file_digest == digest) return path # type: ignore # (for old mypy)