From: Andy Bavier Date: Thu, 7 Apr 2005 18:36:59 +0000 (+0000) Subject: Whoops, turn off debug flag X-Git-Tag: planetlab-3_1-rc1~2 X-Git-Url: http://git.onelab.eu/?p=mom.git;a=commitdiff_plain;h=ead497d7489e053502b8dcf06feb88e24964d587 Whoops, turn off debug flag --- diff --git a/pl_mom.pl b/pl_mom.pl index 8ed352f..13c79e4 100755 --- a/pl_mom.pl +++ b/pl_mom.pl @@ -5,7 +5,7 @@ use Sys::Syslog; use Sys::Hostname; #use LWP::Simple; -$debug = 1; +$debug = 0; $proc = "pl_mom"; $alias_addr = "pl-mom\@planet-lab.org"; $from_addr = "support\@planet-lab.org";