summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2009-03-09 00:28:49 +0530
committerArun Raghavan <ford_prefect@gentoo.org>2009-03-09 00:28:49 +0530
commitd25ca39fb6cb84b47c006efea064900542619bba (patch)
tree04b31d3685738edfc9a0dd6b1679771908486e63 /check.py
parentMake output of rsync checks more consistent with the rest (diff)
downloadgard-d25ca39fb6cb84b47c006efea064900542619bba.tar.gz
gard-d25ca39fb6cb84b47c006efea064900542619bba.tar.bz2
gard-d25ca39fb6cb84b47c006efea064900542619bba.zip
Cosmetic changes to messages
Diffstat (limited to 'check.py')
-rw-r--r--check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index e5c3dab..fba550b 100644
--- a/check.py
+++ b/check.py
@@ -163,7 +163,7 @@ class ReleasesCheck(GardCheck):
# Verify that releases/.test/THIS-FILE-SHOULD-NOT-BE-PUBLIC.txt
# is not world readable
if self.check_file_exists(self.url+'releases/.test/THIS-FILE-SHOULD-NOT-BE-PUBLIC.txt'):
- self.log_error('ERROR: releases permission check failed on %s' % self.url)
+ self.log_error('Releases permission check failed on %s' % self.url)
ret = False
return ret