mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 10:01:24 +00:00
fix error in alarm severity
This commit is contained in:
parent
50840692fe
commit
9f67be1f44
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue