From 239a2977429aad32fbf139aca048c5b71a5b790f Mon Sep 17 00:00:00 2001 From: bcyrill Date: Sat, 14 Apr 2012 21:19:12 +0200 Subject: Use appropriate syslog priorities. --- etc/inc/openvpn.auth-user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/openvpn.auth-user.php b/etc/inc/openvpn.auth-user.php index d36b5ff..0558dbb 100755 --- a/etc/inc/openvpn.auth-user.php +++ b/etc/inc/openvpn.auth-user.php @@ -118,7 +118,7 @@ if ($authenticated == false) { exit(-1); } -syslog(LOG_WARNING, "user {$username} authenticated\n"); +syslog(LOG_NOTICE, "user {$username} authenticated\n"); exit(0); -- cgit v1.1