From 28664b96f714a19aae390e10f26dac8e5459e0c2 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 13 Nov 2009 16:07:42 -0500 Subject: [PATCH] Show the current file when there is a tar error --- Source/cmSystemTools.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index b1f999d8f..b16d28aa4 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -2052,6 +2052,8 @@ bool extract_tar(const char* outFileName, bool verbose, { cmSystemTools::Error("Problem with archive_write_header(): ", archive_error_string(a)); + cmSystemTools::Error("Curren file:", + archive_entry_pathname(entry)); } else {