commit | 94cf153c2bc12d38ead5345116b93dc04ad08a6e | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Fri Nov 14 08:30:46 2003 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Fri Nov 14 08:30:46 2003 +0000 |
tree | df02ff003d2bddfbd49592342c77dca7c4ad73b4 | |
parent | d09bcecda80d601a467f73d75a42991b0a6dca68 [diff] |
Remove debugging noise.
diff --git a/archival/libunarchive/get_header_tar_bz2.c b/archival/libunarchive/get_header_tar_bz2.c index 3d50aec..46c42a8 100644 --- a/archival/libunarchive/get_header_tar_bz2.c +++ b/archival/libunarchive/get_header_tar_bz2.c
@@ -61,7 +61,6 @@ while (get_header_tar(archive_handle) == EXIT_SUCCESS); close(fd_pipe[0]); -printf("finished\n"); #if 0 if (kill(pid, SIGTERM) == -1) { bb_error_msg_and_die("Couldnt kill gunzip process");