summaryrefslogtreecommitdiffstats
path: root/perl-install/log.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-01-16 12:16:50 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-01-16 12:16:50 +0000
commit6bf5ba6748589304e2908255239173b17045e4f2 (patch)
treee90503488881af20ffc8a6c598d2d664fad7246d /perl-install/log.pm
parentb1bdd08ed40de21d9242c0568f640a87f9d2392c (diff)
downloaddrakx-6bf5ba6748589304e2908255239173b17045e4f2.tar
drakx-6bf5ba6748589304e2908255239173b17045e4f2.tar.gz
drakx-6bf5ba6748589304e2908255239173b17045e4f2.tar.bz2
drakx-6bf5ba6748589304e2908255239173b17045e4f2.tar.xz
drakx-6bf5ba6748589304e2908255239173b17045e4f2.zip
"je n'en veux + de cette engeance" (c) pixel :
make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
Diffstat (limited to 'perl-install/log.pm')
-rw-r--r--perl-install/log.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/log.pm b/perl-install/log.pm
index 3295ba8f9..3f281b5c6 100644
--- a/perl-install/log.pm
+++ b/perl-install/log.pm
@@ -55,4 +55,6 @@ sub closeLog() {
} else { close LOG; close LOG2 }
}
+sub explanations { c::syslog(c::LOG_INFO()|c::LOG_LOCAL1(), "@_") }
+
1;