From 97034354ce0e41ea26c7ba9d989868b96ae23ef9 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 8 Jan 2008 15:44:18 -0600 Subject: [PATCH] Switching debug back off ... whoops Signed-off-by: Joshua Ferraro --- cataloguing/z3950_search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cataloguing/z3950_search.pl b/cataloguing/z3950_search.pl index c28bed302c..3703ce72d4 100755 --- a/cataloguing/z3950_search.pl +++ b/cataloguing/z3950_search.pl @@ -62,7 +62,7 @@ my @serverloop = (); my @serverhost; my @breeding_loop = (); -my $DEBUG = 1; # if set to 1, many debug message are send on syslog. +my $DEBUG = 0; # if set to 1, many debug message are send on syslog. unless ($random) { # this var is not useful anymore just kept to keep rel2_2 compatibility -- 2.39.5