more verbose output
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Wed, 14 Dec 2005 15:09:17 +0000 (15:09 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Wed, 14 Dec 2005 15:09:17 +0000 (15:09 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@282 8392b6e1-25fa-0310-8288-cc32f8e212ea

bin/BackupPC_incPartsUpdate

index 3971f7e..fa89979 100755 (executable)
@@ -245,7 +245,7 @@ sub tar_check($$$$) {
 
                # real tar size is bigger because of padding    
                if ($tar_size_inarc > $tar_size) {
-                       print ", size of files in tar bigger than whole tar!\n";
+                       print ", size of files in tar ($tar_size_inarc) bigger than whole tar ($tar_size)!\n";
                        return 0;
                }