mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
analyzer/syslog: Reformat with spicy-format
This commit is contained in:
parent
dae4b1fcd9
commit
526c903c01
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public type Message = unit {
|
|||
on %done {
|
||||
spicy::accept_input();
|
||||
|
||||
if ( self?.prio ) {
|
||||
if (self?.prio) {
|
||||
self.severity = (self.prio.value & 0x07);
|
||||
self.facility = (self.prio.value & 0x03f8) >> 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue