events with no message are only generated by fireFileFinished,
these events are clearly INFO, not WARNING severity.
This commit is contained in:
parent
7480bff68a
commit
a14cef2fec
|
|
@ -117,7 +117,7 @@ public final class AuditEvent
|
|||
public SeverityLevel getSeverityLevel()
|
||||
{
|
||||
return (mMessage == null)
|
||||
? SeverityLevel.WARNING
|
||||
? SeverityLevel.INFO
|
||||
: mMessage.getSeverityLevel();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue