summaryrefslogtreecommitdiffstats
path: root/libtar/wrapper.c
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-03-14 21:16:29 +0100
committerDees_Troy <dees_troy@yahoo.com>2013-03-15 16:56:58 +0100
commit71796590ed42301d46fd0c40bc9e26d26066ae23 (patch)
tree22126a0b7e1ba5c7703917e4c7897ed14c53f6d8 /libtar/wrapper.c
parent2.4.4.0 (diff)
downloadandroid_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar
android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.gz
android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.bz2
android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.lz
android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.xz
android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.tar.zst
android_bootable_recovery-71796590ed42301d46fd0c40bc9e26d26066ae23.zip
Diffstat (limited to 'libtar/wrapper.c')
-rw-r--r--libtar/wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtar/wrapper.c b/libtar/wrapper.c
index 4d8216241..116dc28cc 100644
--- a/libtar/wrapper.c
+++ b/libtar/wrapper.c
@@ -79,7 +79,7 @@ tar_extract_all(TAR *t, char *prefix)
printf(" tar_extract_all(): calling tar_extract_file(t, "
"\"%s\")\n", buf);
#endif
- printf("filename: %s\n", filename);
+ printf("item name: '%s'\n", filename);
/*
if (strcmp(filename, "/") == 0) {
printf("skipping /\n");