From de72fcf5f7e2ce5ac2407f094d9d8c652dc86341 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 30 May 2005 13:55:55 +0000 Subject: [PATCH] Moved to LOG_INFO instead of LOG_WARNING git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@500 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.inc b/include/functions.inc index 00aa9397f..62ee0c1df 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -251,7 +251,7 @@ function gosa_log ($message) } } - syslog(LOG_WARNING,"GOsa$username: $message"); + syslog(LOG_INFO,"GOsa$username: $message"); } -- 2.30.2