report status to STDOUT
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Sun, 16 Oct 2005 17:41:10 +0000 (17:41 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Sun, 16 Oct 2005 17:41:10 +0000 (17:41 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@216 8392b6e1-25fa-0310-8288-cc32f8e212ea

bin/BackupPC_incPartsUpdate

index 13990db..1a0ea17 100755 (executable)
@@ -145,7 +145,7 @@ sub tar_check($$$$) {
                }
        }
 
-       print STDERR " ",($same ? 'ok' : 'DIFFERENT');
+       print " ",($same ? 'ok' : 'DIFFERENT');
        print STDERR " }} " if ($debug);
 
        return $same;