mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
Fix error in severity of alarm
This commit is contained in:
parent
0625453631
commit
de5edec9ef
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
specificProblem: [NSString stringWithFormat: @"%s at %@ line %d", \
|
||||
(nil == (cause) ? "Code/Data Diagnostics" : "Harmless Exception"), \
|
||||
[[NSString stringWithUTF8String: __FILE__] lastPathComponent], __LINE__] \
|
||||
perceivedSeverity: EcAlarmSeverityClear \
|
||||
perceivedSeverity: EcAlarmSeverityCleared \
|
||||
message: (format), ##args ]; \
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue