aboutsummaryrefslogtreecommitdiffstats
path: root/iurt_root_command
diff options
context:
space:
mode:
authorMarcelo Leitner <mrl@mandriva.com>2008-02-21 17:27:16 +0000
committerMarcelo Leitner <mrl@mandriva.com>2008-02-21 17:27:16 +0000
commitc0b731c9f7468f646480610715e2dfbd708daf28 (patch)
tree9db817dc55db3a1e08a676abf029790965a720b4 /iurt_root_command
parent8c4951f21c8e60a3638a0b75ae75e59228acc17e (diff)
downloadiurt-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-xiurt_root_command4
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");