summaryrefslogtreecommitdiffstats
path: root/perl-install/log.pm
diff options
context:
space:
mode:
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;