Skip to content

Commit 03f54d5

Browse files
author
Till Brehm
committed
Fixed: WARNING - assumed 'LOGLEVEL_WARNING' (this will throw an Error in a future version of PHP) in /usr/local/ispconfig/server/lib/classes/services.inc.php on line 44
1 parent 14807bd commit 03f54d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/services.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function restartServiceDelayed($service_name, $action = 'restart') {
4141
if(is_array($this->registered_services[$service_name])) {
4242
$this->delayed_restarts[$service_name] = $action;
4343
} else {
44-
$app->log("Unable to add a delayed restart for '$service_name'. Service not registered.", LOGLEVEL_WARNING);
44+
$app->log("Unable to add a delayed restart for '$service_name'. Service not registered.", LOGLEVEL_WARN);
4545
}
4646

4747
}

0 commit comments

Comments
 (0)