diff options
Diffstat (limited to 'iurt_root_command')
-rwxr-xr-x | iurt_root_command | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |