Better log message when we have a weird value for Importance
parent
983498cf18
commit
eb291b76d1
|
@ -532,7 +532,7 @@ sub ImportanceNumber {
|
|||
} elsif ($$self{Importance} eq 'Normal') {
|
||||
return 0;
|
||||
}
|
||||
Warning("Weird value for Importance $$self{Importance}");
|
||||
Warning("Weird value for Importance $$self{Importance} in monitor $$self{Id} $$self{Name}");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue