IcingaServiceSet: friendlier error message

This commit is contained in:
Thomas Gelf 2022-09-15 11:44:43 +02:00
parent 9434cf5089
commit 8bfbe2a80f
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ class IcingaServiceSet extends IcingaObject implements ExportInterface
$config->configFile(
'failed-to-render'
)->prepend(
"/** Failed to render this object **/\n"
"/** Failed to render this Service Set **/\n"
. '/* ' . $e->getMessage() . ' */'
);
}