mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 01:04:12 +02:00
IcingaServiceSet: friendlier error message
This commit is contained in:
parent
9434cf5089
commit
8bfbe2a80f
@ -587,7 +587,7 @@ class IcingaServiceSet extends IcingaObject implements ExportInterface
|
|||||||
$config->configFile(
|
$config->configFile(
|
||||||
'failed-to-render'
|
'failed-to-render'
|
||||||
)->prepend(
|
)->prepend(
|
||||||
"/** Failed to render this object **/\n"
|
"/** Failed to render this Service Set **/\n"
|
||||||
. '/* ' . $e->getMessage() . ' */'
|
. '/* ' . $e->getMessage() . ' */'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user