diff --git a/library/Director/Objects/IcingaServiceSet.php b/library/Director/Objects/IcingaServiceSet.php index b7e6f356..8e73ad93 100644 --- a/library/Director/Objects/IcingaServiceSet.php +++ b/library/Director/Objects/IcingaServiceSet.php @@ -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() . ' */' ); }