From: joeyh Date: Tue, 2 Oct 2007 19:06:28 +0000 (+0000) Subject: add debugging X-Git-Tag: 0.2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d50a5a7c03c073fd99381a7721711b37aafc8ba7;p=tools%2Fpristine-tar.git add debugging --- diff --git a/pristine-gz b/pristine-gz index 3cf0679..f26a822 100755 --- a/pristine-gz +++ b/pristine-gz @@ -229,6 +229,8 @@ sub reproducegz($$$) { # read fields from gzip headers my ($flags, $timestamp, $level, $os, $name) = readgzip($new); + debug("flags: [".join(", ", @$flags). + "] timestamp: $timestamp level: $level os: $os name: $name"); # try to guess the gzip arguments that are needed by the header # information