mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-25 13:32:54 -05:00
BpNode: add comment to better reflect what's...
...going on. We are unknown when state calculation fails, not for empty processes - related git commit message was misleading
This commit is contained in:
parent
93f9a1ac26
commit
c856a6fc26
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ class BpNode extends Node
|
|||
$e->getMessage()
|
||||
);
|
||||
|
||||
// Failing nodes are unknown
|
||||
$this->state = 3;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue