diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-03-12 18:13:57 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-03-12 18:13:57 +0000 |
commit | e5fefd376242c7024cce11b6b2e62749aed53bd9 (patch) | |
tree | 1e6dbca5288acca174a672b4cb217679abe6980b /iurt_root_command | |
parent | 795d8a847ba15ee5d5d8fd1eda8742e41b4d90e5 (diff) | |
download | iurt-e5fefd376242c7024cce11b6b2e62749aed53bd9.tar iurt-e5fefd376242c7024cce11b6b2e62749aed53bd9.tar.gz iurt-e5fefd376242c7024cce11b6b2e62749aed53bd9.tar.bz2 iurt-e5fefd376242c7024cce11b6b2e62749aed53bd9.tar.xz iurt-e5fefd376242c7024cce11b6b2e62749aed53bd9.zip |
Never manually write to log file
Diffstat (limited to 'iurt_root_command')
-rwxr-xr-x | iurt_root_command | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iurt_root_command b/iurt_root_command index 89edeeb..544ddbc 100755 --- a/iurt_root_command +++ b/iurt_root_command @@ -170,7 +170,6 @@ my %commands_with_more_args = ( ); open(my $LOG, ">&STDERR"); -$run{LOG} = sub { print $LOG @_ }; plog_init($program_name, $LOG, $run{verbose}); #plog_init($program_name, $LOG, 7, 1); |