add debugging
authorjoeyh <joeyh@19660600-52fe-0310-9875-adc0d7a7b53c>
Tue, 2 Oct 2007 19:06:28 +0000 (19:06 +0000)
committerjoeyh <joeyh@19660600-52fe-0310-9875-adc0d7a7b53c>
Tue, 2 Oct 2007 19:06:28 +0000 (19:06 +0000)
pristine-gz

index 3cf0679..f26a822 100755 (executable)
@@ -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