From: Wayne Davison Date: Mon, 20 Feb 2006 18:35:41 +0000 (+0000) Subject: Made the new warning more visible. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/7f20af4674a58c0714c36b3372f54642315f8dc5 Made the new warning more visible. --- diff --git a/packaging/nightly-rsync b/packaging/nightly-rsync index 8e28b5b7..7ec0029b 100755 --- a/packaging/nightly-rsync +++ b/packaging/nightly-rsync @@ -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"; } } }