Skip to content

Commit 71afa2f

Browse files
author
Till Brehm
committed
Improve #6829
1 parent f64d892 commit 71afa2f

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
@@ -2161,7 +2161,7 @@ function _getinitcommand($servicename, $action, $init_script_directory = '', $ch
21612161
}
21622162

21632163
if($full_init_script_path == '') {
2164-
$app->log('No init script for '.$servicename.', we quit here.',LOGLEVEL_WARN);
2164+
$app->log('No init script for: '.$servicename.' with action: '.$action.' and path: '.$init_script_directory.', we quit here.',LOGLEVEL_WARN);
21652165
return false;
21662166
}
21672167

0 commit comments

Comments
 (0)