From 881398ea37c588984390dced15d6cd7b10019dba Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Wed, 25 Mar 2009 05:30:54 +0100 Subject: [PATCH] silence a debugging noisemaker --- lib/File/Rsync/Mirror/Recent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/File/Rsync/Mirror/Recent.pm b/lib/File/Rsync/Mirror/Recent.pm index aaf8df2..206ec23 100644 --- a/lib/File/Rsync/Mirror/Recent.pm +++ b/lib/File/Rsync/Mirror/Recent.pm @@ -575,7 +575,7 @@ sub _rmirror_cleanup { # warn "DEBUG: i[$i] nextminmaxmax[$nextminmax->{max}] thismergedepoch[$thismerged->{epoch}]"; if (not defined $thismerged->{epoch} or _bigfloatlt($nextminmax->{max},$thismerged->{epoch})){ $next->seed; - warn sprintf "DEBUG: next iv %s seeded since next-minmax-max[$nextminmax->{max}]lt this-merged-epoch[$thismerged->{epoch}]\n", $next->interval; + # warn sprintf "DEBUG: next iv %s seeded since next-minmax-max[$nextminmax->{max}]lt this-merged-epoch[$thismerged->{epoch}]\n", $next->interval; } } } -- 2.11.4.GIT