From: cajus Date: Mon, 30 May 2005 13:55:55 +0000 (+0000) Subject: Moved to LOG_INFO instead of LOG_WARNING X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=de72fcf5f7e2ce5ac2407f094d9d8c652dc86341;p=gosa.git Moved to LOG_INFO instead of LOG_WARNING git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@500 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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"); }