From ec20965dbd3180a92d2daa69a075284688b1be04 Mon Sep 17 00:00:00 2001 From: Eric Bélanger Date: Wed, 24 Nov 2010 15:31:22 -0500 Subject: Make ftpdir-cleanup less verbose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bélanger Signed-off-by: Pierre Schmitz --- cron-jobs/ftpdir-cleanup | 1 - 1 file changed, 1 deletion(-) diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup index 914ef8c..1df4edc 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -31,7 +31,6 @@ ${CLEANUP_DRYRUN} && warning 'dry run mode is active' for repo in ${PKGREPOS[@]}; do for arch in ${ARCHES[@]}; do if [ ! -f "${FTP_BASE}/${repo}/os/${arch}/${repo}${DBEXT}" ]; then - warning "${FTP_BASE}/${repo}/os/${arch}/${repo}${DBEXT} not found, skipping" continue fi # get a list of actual available package files -- cgit v1.2.3-24-g4f1b