diff options
author | Marcelo Leitner <mrl@mandriva.com> | 2008-02-21 17:27:16 +0000 |
---|---|---|
committer | Marcelo Leitner <mrl@mandriva.com> | 2008-02-21 17:27:16 +0000 |
commit | c0b731c9f7468f646480610715e2dfbd708daf28 (patch) | |
tree | 9db817dc55db3a1e08a676abf029790965a720b4 /iurt_root_command | |
parent | 8c4951f21c8e60a3638a0b75ae75e59228acc17e (diff) | |
download | iurt-c0b731c9f7468f646480610715e2dfbd708daf28.tar iurt-c0b731c9f7468f646480610715e2dfbd708daf28.tar.gz iurt-c0b731c9f7468f646480610715e2dfbd708daf28.tar.bz2 iurt-c0b731c9f7468f646480610715e2dfbd708daf28.tar.xz iurt-c0b731c9f7468f646480610715e2dfbd708daf28.zip |
- Do not force debug log level.
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"); |