summaryrefslogtreecommitdiffstats
path: root/etc/inc/voucher.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/voucher.inc')
-rw-r--r--etc/inc/voucher.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/voucher.inc b/etc/inc/voucher.inc
index dc95092..57cc377 100644
--- a/etc/inc/voucher.inc
+++ b/etc/inc/voucher.inc
@@ -632,7 +632,7 @@ function voucher_log($priority, $message) {
define_syslog_variables();
$message = trim($message);
openlog("logportalauth", LOG_PID, LOG_LOCAL4);
- syslog($priority, gettext("Voucher: ") . $message);
+ syslog($priority, sprintf(gettext("Voucher: %s"),$message));
closelog();
}
OpenPOWER on IntegriCloud