X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=pack-check.c;h=054b0131e9756f8bb98556a62179c2f1c232e2e5;hb=8f3f9b09dc5ac8a946422422c3c70a4a4c284be3;hp=916257f418717157c9044155423ae21e425c733c;hpb=ad8c80a58f7bf8f7d5d34794355e5540cd7b3218;p=git.git diff --git a/pack-check.c b/pack-check.c index 916257f4..054b0131 100644 --- a/pack-check.c +++ b/pack-check.c @@ -58,7 +58,7 @@ static int verify_packfile(struct packed_git *p) continue; } if (check_sha1_signature(sha1, data, size, type)) { - err = error("cannot packed %s from %s corrupt", + err = error("packed %s from %s is corrupt", sha1_to_hex(sha1), p->pack_name); free(data); continue;