X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/b1e8c1b07e325426febd7e27030e4f8f6769bcde..38fcf16a6146a8dcd4944debed9b3e0260a0dcaf:/pinch.py 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)