summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-11-14 08:30:46 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-11-14 08:30:46 +0000
commit94cf153c2bc12d38ead5345116b93dc04ad08a6e (patch)
treedf02ff003d2bddfbd49592342c77dca7c4ad73b4
parentd09bcecda80d601a467f73d75a42991b0a6dca68 (diff)
downloadbusybox-w32-94cf153c2bc12d38ead5345116b93dc04ad08a6e.tar.gz
busybox-w32-94cf153c2bc12d38ead5345116b93dc04ad08a6e.tar.bz2
busybox-w32-94cf153c2bc12d38ead5345116b93dc04ad08a6e.zip
Remove debugging noise.
-rw-r--r--archival/libunarchive/get_header_tar_bz2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_tar_bz2.c b/archival/libunarchive/get_header_tar_bz2.c
index 3d50aecd3..46c42a822 100644
--- a/archival/libunarchive/get_header_tar_bz2.c
+++ b/archival/libunarchive/get_header_tar_bz2.c
@@ -61,7 +61,6 @@ extern char get_header_tar_bz2(archive_handle_t *archive_handle)
61 while (get_header_tar(archive_handle) == EXIT_SUCCESS); 61 while (get_header_tar(archive_handle) == EXIT_SUCCESS);
62 62
63 close(fd_pipe[0]); 63 close(fd_pipe[0]);
64printf("finished\n");
65#if 0 64#if 0
66 if (kill(pid, SIGTERM) == -1) { 65 if (kill(pid, SIGTERM) == -1) {
67 bb_error_msg_and_die("Couldnt kill gunzip process"); 66 bb_error_msg_and_die("Couldnt kill gunzip process");