Made the new warning more visible.
authorWayne Davison <wayned@samba.org>
Mon, 20 Feb 2006 18:35:41 +0000 (18:35 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 20 Feb 2006 18:35:41 +0000 (18:35 +0000)
packaging/nightly-rsync

index 8e28b5b7bcc7b26825a20cbdf1e52dee96ae4a8e..7ec0029b20c43cf414d9fe216884954f7558f5b4 100755 (executable)
@@ -54,7 +54,7 @@ if ($make_tar) {
        } elsif (/^File: (.*?)\s+Status: (.*)/ && $1 ne '.cvsignore') {
            push(@files, $dir . $1);
            if ($2 ne 'Up-to-date') {
-               print "Not up-to-date: $dir$1\n";
+               print "*** Not up-to-date: $dir$1\n";
            }
        }
     }