We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8acb6e commit bbc1858Copy full SHA for bbc1858
server/lib/classes/system.inc.php
@@ -1905,7 +1905,7 @@ function getapacheversion($get_minor = false) {
1905
if($this->is_installed('apache2ctl')) $cmd = 'apache2ctl -v';
1906
elseif($this->is_installed('apachectl')) $cmd = 'apachectl -v';
1907
else {
1908
- $app->log("Could not check apache version, apachectl not found.", LOGLEVEL_WARN);
+ $app->log("Could not check apache version, apachectl not found.", LOGLEVEL_DEBUG);
1909
return '2.2';
1910
}
1911
0 commit comments