suppress success message
This commit is contained in:
@@ -232,7 +232,8 @@ if (!$quiet) {
|
|||||||
if ($warnings) {
|
if ($warnings) {
|
||||||
print "validate-unified-files: $warnings warning(s)\n";
|
print "validate-unified-files: $warnings warning(s)\n";
|
||||||
} else {
|
} else {
|
||||||
print "validate-unified-files: OK (no stray files)\n";
|
# This runs from cron; don't print anything on success
|
||||||
|
# print "validate-unified-files: OK (no stray files)\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user