analyzer/syslog: Reformat with spicy-format

This commit is contained in:
Arne Welzel 2024-09-05 17:02:21 +02:00
parent dae4b1fcd9
commit 526c903c01

View file

@ -15,7 +15,7 @@ public type Message = unit {
on %done { on %done {
spicy::accept_input(); spicy::accept_input();
if ( self?.prio ) { if (self?.prio) {
self.severity = (self.prio.value & 0x07); self.severity = (self.prio.value & 0x07);
self.facility = (self.prio.value & 0x03f8) >> 3; self.facility = (self.prio.value & 0x03f8) >> 3;
} }