aboutsummaryrefslogtreecommitdiffstats
path: root/hdlist2names.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hdlist2names.cc')
-rw-r--r--hdlist2names.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdlist2names.cc b/hdlist2names.cc
index cdb0c32..9cdb335 100644
--- a/hdlist2names.cc
+++ b/hdlist2names.cc
@@ -30,7 +30,7 @@ int main(int argc, char **argv)
}
for (int i = 1; i < argc; i++) {
FD_t fd = strcmp(argv[i], "-") == 0 ? fdDup(STDIN_FILENO) : fdOpen(argv[i], O_RDONLY, 0);
- if (fdFileno(fd) < 0) cerr << "rpmpackdeps: cannot open file " << argv[i] << "\n";
+ if (fdFileno(fd) < 0) cerr << "hdlist2names: cannot open file " << argv[i] << "\n";
else {
Header header;
while ((header=headerRead(fd, HEADER_MAGIC_YES))) {