add debug message
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 1 Feb 2008 04:14:13 +0000 (23:14 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 1 Feb 2008 04:14:13 +0000 (23:14 -0500)
pristine-tar

index 5aa0599..b4e7f8b 100755 (executable)
@@ -240,6 +240,7 @@ sub recreatetarball {
                        if ($options{create_missing}) {
                                # Avoid tar failing on the nonexistent item by
                                # creating a dummy directory.
+                               debug("creating missing $file");
                                mkpath "$tempdir/workdir/$file";
                        }
                }