1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-01-20 10:52:15 +01:00

Use openlog.

This commit is contained in:
Simon Josefsson 2010-01-14 11:56:40 +00:00
parent cf4b084fa0
commit bca5d339cb

View File

@ -17,6 +17,7 @@ class Log
LOG_INFO=>'LOG_INFO',
LOG_DEBUG=>'LOG_DEBUG');
openlog("ykval", LOG_PID, LOG_LOCAL0);
}
function addField($name, $value)