summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2010-01-01 18:32:17 +0100
committerJoerg Jaspert <joerg@debian.org>2010-01-01 18:32:17 +0100
commit2f901ad88ba0a889f2b0496dbe122c99e1f23417 (patch)
tree98b23743c7d68a326e6fb0317fdb2d252c2c8e50
parentdac7447f4c193718b93544b0b47b88219acedacf (diff)
log the runmirror args
Signed-off-by: Joerg Jaspert <joerg@debian.org>
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index 98f80d4..fc588f1 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -495,7 +495,7 @@ function mainroutine() {
elif [ "xtruex" = "x${SYNCALL}x" ]; then
RUNMIRRORARGS="${RUNMIRRORARGS} -k all"
fi
- log "Trigger slave mirrors"
+ log "Trigger slave mirrors using ${RUNMIRRORARGS}"
${BASEDIR}/bin/runmirrors ${RUNMIRRORARGS}
log "Trigger slave done"