summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/inc/openvpn.auth-user.php2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud