Better log message when we have a weird value for Importance

pull/3779/head
Isaac Connor 2023-10-23 12:49:12 -04:00
parent 983498cf18
commit eb291b76d1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}