summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gard-v2.py')
-rwxr-xr-xgard-v2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gard-v2.py b/gard-v2.py
index d22bee2..175496f 100755
--- a/gard-v2.py
+++ b/gard-v2.py
@@ -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: