summaryrefslogtreecommitdiffstats
path: root/etc/inc/voucher.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-01-20 18:03:18 +0000
committerErmal <eri@pfsense.org>2012-01-20 18:03:18 +0000
commitb0c76f18faba63f23955287eba3a04f60bbffcb9 (patch)
tree7725a310486cabdb57ac87f7b5bdc4486f10f5d0 /etc/inc/voucher.inc
parent199c320bc831dce3e945387c247e18df5d36a430 (diff)
downloadpfsense-b0c76f18faba63f23955287eba3a04f60bbffcb9.zip
pfsense-b0c76f18faba63f23955287eba3a04f60bbffcb9.tar.gz
Ticket #2114. Remove define_syslog_variables since its deprecated and probably not needed
Diffstat (limited to 'etc/inc/voucher.inc')
-rw-r--r--etc/inc/voucher.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/voucher.inc b/etc/inc/voucher.inc
index b3bc5a4..63a7d94 100644
--- a/etc/inc/voucher.inc
+++ b/etc/inc/voucher.inc
@@ -647,7 +647,6 @@ function voucher_unlink_db($roll) {
/* we share the log with captiveportal for now */
function voucher_log($priority, $message) {
- define_syslog_variables();
$message = trim($message);
openlog("logportalauth", LOG_PID, LOG_LOCAL4);
syslog($priority, sprintf(gettext("Voucher: %s"),$message));
OpenPOWER on IntegriCloud