aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-07-05 06:23:52 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-07-05 06:23:52 +0000
commit88ef270be7f1b1260409f1e32f4361c908ca5264 (patch)
tree59f84655ceeff8666100a6bdc327b3a9166d4fa9
parent3720349aa39786d0c380692cb990b45baabdbafa (diff)
downloadrpmtools-88ef270be7f1b1260409f1e32f4361c908ca5264.tar
rpmtools-88ef270be7f1b1260409f1e32f4361c908ca5264.tar.gz
rpmtools-88ef270be7f1b1260409f1e32f4361c908ca5264.tar.bz2
rpmtools-88ef270be7f1b1260409f1e32f4361c908ca5264.tar.xz
rpmtools-88ef270be7f1b1260409f1e32f4361c908ca5264.zip
Fix error message
-rw-r--r--parsehdlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsehdlist.c b/parsehdlist.c
index a8d5e23..39776ec 100644
--- a/parsehdlist.c
+++ b/parsehdlist.c
@@ -401,7 +401,7 @@ int main(int argc, char **argv)
exit(2);
}
} else {
- if (!silent) { fprintf(stderr, "packdrake: unable to create pipe for packdrake\n"); }
+ if (!silent) { fprintf(stderr, "parsehdlist: unable to create pipe for parsehdlist\n"); }
}
}
if (fdFileno(fd) < 0) {