diff options
author | Erik Troan <ewt@redhat.com> | 2001-02-10 02:18:51 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-02-10 02:18:51 +0000 |
commit | de487d14a0594670f17958b25e40845b0ba01c26 (patch) | |
tree | a5bd4b66005988479d3556ca0db2ef132fc47d82 /utils | |
parent | 91670ee8fe16a7122774edeb4a209f9bb73362ba (diff) | |
download | anaconda-de487d14a0594670f17958b25e40845b0ba01c26.tar.gz anaconda-de487d14a0594670f17958b25e40845b0ba01c26.tar.xz anaconda-de487d14a0594670f17958b25e40845b0ba01c26.zip |
removed extra printf
Diffstat (limited to 'utils')
-rw-r--r-- | utils/genhdlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/genhdlist.c b/utils/genhdlist.c index 898ce167d..a86bf8630 100644 --- a/utils/genhdlist.c +++ b/utils/genhdlist.c @@ -346,7 +346,6 @@ int onePass(FD_t outfd, FD_t out2fd, const char * dirName, int cdNum) { compressFilelist(h); while (newFileListCount--) { - printf("f: %s\n", newFileList[newFileListCount]); free(newFileList[newFileListCount]); } free(newFileList); |