aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-20 18:35:41 +0000
committerWayne Davison <wayned@samba.org>2006-02-20 18:35:41 +0000
commit7f20af4674a58c0714c36b3372f54642315f8dc5 (patch)
tree83482424d782cca309ac5f9a25643a97ebb3ff8c /packaging
parent55d24e5fedfd872e06b3a38569be16ab66b0bd88 (diff)
downloadandroid_external_rsync-7f20af4674a58c0714c36b3372f54642315f8dc5.tar.gz
android_external_rsync-7f20af4674a58c0714c36b3372f54642315f8dc5.tar.bz2
android_external_rsync-7f20af4674a58c0714c36b3372f54642315f8dc5.zip
Made the new warning more visible.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/nightly-rsync2
1 files changed, 1 insertions, 1 deletions
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";
}
}
}