Skip to content

Commit bbc1858

Browse files
author
Till Brehm
committed
Fixed #4157 remove apachectl warning on non-apache hosts
1 parent b8acb6e commit bbc1858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/system.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@ function getapacheversion($get_minor = false) {
19051905
if($this->is_installed('apache2ctl')) $cmd = 'apache2ctl -v';
19061906
elseif($this->is_installed('apachectl')) $cmd = 'apachectl -v';
19071907
else {
1908-
$app->log("Could not check apache version, apachectl not found.", LOGLEVEL_WARN);
1908+
$app->log("Could not check apache version, apachectl not found.", LOGLEVEL_DEBUG);
19091909
return '2.2';
19101910
}
19111911

0 commit comments

Comments
 (0)