diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-25 16:31:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-25 16:31:24 +0000 |
commit | aaac324afdf01fa17b077040b283fc58ee6f8328 (patch) | |
tree | e46b5d20d093555ae9fdb2aff674a1487e398dbc /perl-install/log.pm | |
parent | 4e915a66b1d826e7b9407ff1c25dd3889be5c220 (diff) | |
download | drakx-backup-do-not-use-aaac324afdf01fa17b077040b283fc58ee6f8328.tar drakx-backup-do-not-use-aaac324afdf01fa17b077040b283fc58ee6f8328.tar.gz drakx-backup-do-not-use-aaac324afdf01fa17b077040b283fc58ee6f8328.tar.bz2 drakx-backup-do-not-use-aaac324afdf01fa17b077040b283fc58ee6f8328.tar.xz drakx-backup-do-not-use-aaac324afdf01fa17b077040b283fc58ee6f8328.zip |
no_comment
Diffstat (limited to 'perl-install/log.pm')
-rw-r--r-- | perl-install/log.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/log.pm b/perl-install/log.pm index 00148127a..cab808f5e 100644 --- a/perl-install/log.pm +++ b/perl-install/log.pm @@ -12,8 +12,8 @@ sub fd() { fileno LOG } sub l { $logOpen or openLog(); - print LOG "* ", @_, "\n"; - print LOG2 "* ", @_, "\n"; + print LOG "* ", @_, "\n"; + print LOG2 "* ", @_, "\n"; } sub ld { $logDebugMessages and &l } sub w { &l } |