mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-09 08:51:21 -04:00
Fix wrong debug message
This commit is contained in:
parent
ce86e6833d
commit
5cd758eca5
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ abstract class Graphs extends AbstractWidget
|
|||
] as $templateSet) {
|
||||
list($urlParam, $templates, $excludeMetrics) = $templateSet;
|
||||
|
||||
if (empty($excludeMetrics)) {
|
||||
if ($urlParam === 'template') {
|
||||
IPT::recordf('Applying templates for check command %s', $actualCheckCommand);
|
||||
} else {
|
||||
IPT::recordf('Applying default templates, excluding previously used metrics');
|
||||
|
|
|
|||
Loading…
Reference in a new issue