From c0b731c9f7468f646480610715e2dfbd708daf28 Mon Sep 17 00:00:00 2001 From: Marcelo Leitner Date: Thu, 21 Feb 2008 17:27:16 +0000 Subject: - Do not force debug log level. --- iurt_root_command | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iurt_root_command') diff --git a/iurt_root_command b/iurt_root_command index d3c8737..eca6e60 100755 --- a/iurt_root_command +++ b/iurt_root_command @@ -117,8 +117,8 @@ $run{todo} = []; open(my $LOG, ">&STDERR"); $run{LOG} = sub { print $LOG @_ }; -#plog_init($program_name, $LOG, $run{verbose}); -plog_init($program_name, $LOG, 7, 1); +plog_init($program_name, $LOG, $run{verbose}); +#plog_init($program_name, $LOG, 7, 1); my $todo = parseCommandLine($program_name, \@ARGV, \@params); @ARGV and usage($program_name, \@params, "@ARGV, too many arguments"); -- cgit v1.2.1