From 0c8b69237d19a9af99f229940c88382478f43cd1 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Mon, 19 Nov 2007 18:55:28 +0100 Subject: [PATCH] better to have verbose=0 or the sysadm will get zillions of mails ;-) Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- misc/cronjobs/zebraqueue_start.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/zebraqueue_start.pl b/misc/cronjobs/zebraqueue_start.pl index 3dd6029f91..b79aeaaa45 100755 --- a/misc/cronjobs/zebraqueue_start.pl +++ b/misc/cronjobs/zebraqueue_start.pl @@ -25,7 +25,7 @@ my $readsth=$dbh->prepare("SELECT id,biblio_auth_number,operation,server FROM ze #AGAIN: #my $wait=C4::Context->preference('zebrawait') || 120; -my $verbose = 1; +my $verbose = 0; print "starting with verbose=$verbose\n" if $verbose; my ($id,$biblionumber,$operation,$server,$marcxml); -- 2.39.5