fix error in alarm severity

This commit is contained in:
Richard Frith-Macdonald 2021-07-07 13:23:07 +01:00
parent 50840692fe
commit 9f67be1f44

View file

@ -2744,7 +2744,7 @@ static BOOL ecDidAwaken = NO;
va_start (ap, format);
a = [self ecException: cause
specificProblem: specificProblem
perceivedSeverity: EcAlarmSeverityMajor
perceivedSeverity: perceivedSeverity
message: format
arguments: ap];
va_end (ap);