]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix error message printing (#2368)
authorTim Kientzle <kientzle@acm.org>
Fri, 11 Oct 2024 06:11:43 +0000 (23:11 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 06:11:43 +0000 (08:11 +0200)
commit41a2d01453e0245f8b391b082ab412e3fb0299c6
tree568a62f38e8ea295370eea3c60ad0c5b7e2963d6
parent08ab094ea79ec59abfc458df54f62866e8221491
Fix error message printing (#2368)

We always print the error message with or without -v, but for some
reason, we were omitting the path being processed. Simplify so that we
always print the full error including context.
tar/write.c