aboutsummaryrefslogtreecommitdiffstats
path: root/parsehdlist.c
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-11-20 18:46:16 +0000
committerFrancois Pons <fpons@mandriva.com>2000-11-20 18:46:16 +0000
commitf4c186d0bfb82f4540e1162a874760b6590005af (patch)
treed95526b45bfcb6ae3418613ea76b5801a73afc9c /parsehdlist.c
parentac3d22312381e9def73c5c945b0e48762a7ee610 (diff)
downloadrpmtools-f4c186d0bfb82f4540e1162a874760b6590005af.tar
rpmtools-f4c186d0bfb82f4540e1162a874760b6590005af.tar.gz
rpmtools-f4c186d0bfb82f4540e1162a874760b6590005af.tar.bz2
rpmtools-f4c186d0bfb82f4540e1162a874760b6590005af.tar.xz
rpmtools-f4c186d0bfb82f4540e1162a874760b6590005af.zip
removed extra log on stdout (killer this one)
Diffstat (limited to 'parsehdlist.c')
-rw-r--r--parsehdlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/parsehdlist.c b/parsehdlist.c
index 7dc3296..a798646 100644
--- a/parsehdlist.c
+++ b/parsehdlist.c
@@ -276,7 +276,6 @@ int main(int argc, char **argv)
hash_in_name = hash(in_name);
for (i = 0; i < count_headers; ++i) {
if (headers[i].hash_name == hash_in_name && !strcmp(headers[i].name, in_name)) {
- printf("found %s:%s\n", in_name, in_tag);
if (!strncmp(in_tag, "provides", 8)) print_list(headers[i].header, RPMTAG_PROVIDENAME, "%2$s\n", "");
else if (!strncmp(in_tag, "requires", 8)) print_list_flags(headers[i].header, RPMTAG_REQUIRENAME, RPMTAG_REQUIREFLAGS,
RPMTAG_REQUIREVERSION,"%2$s", "");