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…
Reference in New Issue