diff options
author | Arun Raghavan <ford_prefect@gentoo.org> | 2009-03-09 00:28:49 +0530 |
---|---|---|
committer | Arun Raghavan <ford_prefect@gentoo.org> | 2009-03-09 00:28:49 +0530 |
commit | d25ca39fb6cb84b47c006efea064900542619bba (patch) | |
tree | 04b31d3685738edfc9a0dd6b1679771908486e63 | |
parent | Make output of rsync checks more consistent with the rest (diff) | |
download | gard-d25ca39fb6cb84b47c006efea064900542619bba.tar.gz gard-d25ca39fb6cb84b47c006efea064900542619bba.tar.bz2 gard-d25ca39fb6cb84b47c006efea064900542619bba.zip |
Cosmetic changes to messages
-rw-r--r-- | check.py | 2 | ||||
-rwxr-xr-x | gard-v2.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -135,7 +135,7 @@ for line in file: else: os.makedirs(reportpath) add_handler(fname) - info6 = addy+" wants to be an source mirror and is being checked as per Bug #"+bugnum+ " over ftp" + info6 = addy+" wants to be a source mirror and is being checked as per Bug #"+bugnum+ " over ftp" logging.info(info6) synced = True @@ -164,7 +164,7 @@ for line in file: os.makedirs(reportpath) add_handler(fname) - info7 = addy+" wants to be an source mirror and is being checked as per Bug #"+bugnum+ " over rsync" + info7 = addy+" wants to be a source mirror and is being checked as per Bug #"+bugnum+ " over rsync" logging.info(info7) if check.DistfilesCheck(drsync).check(dmaxlag) is True: |