diff options
-rwxr-xr-x | bin/ftpsync | 2 |
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" |