diff --git a/library/Businessprocess/State/IcingaDbState.php b/library/Businessprocess/State/IcingaDbState.php index c87e561..eecedfa 100644 --- a/library/Businessprocess/State/IcingaDbState.php +++ b/library/Businessprocess/State/IcingaDbState.php @@ -50,7 +50,7 @@ class IcingaDbState extends IcingaDbBackend { $config = $this->config; - Benchmark::measure('Retrieving states for business process ' . $config->getName());; + Benchmark::measure('Retrieving states for business process ' . $config->getName()); $hosts = $config->listInvolvedHostNames(); if (empty($hosts)) {