diff --git a/server/lib/classes/system.inc.php b/server/lib/classes/system.inc.php index 978a891b422f4fccad1cdf712867d467052bbfc7..cdd6f06e1ab14e071b602047b9833b6a26c43795 100644 --- a/server/lib/classes/system.inc.php +++ b/server/lib/classes/system.inc.php @@ -1905,7 +1905,7 @@ class system{ if($this->is_installed('apache2ctl')) $cmd = 'apache2ctl -v'; elseif($this->is_installed('apachectl')) $cmd = 'apachectl -v'; else { - $app->log("Could not check apache version, apachectl not found.", LOGLEVEL_WARN); + $app->log("Could not check apache version, apachectl not found.", LOGLEVEL_DEBUG); return '2.2'; }