]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: sync log levels with C
authorJason Ish <jason.ish@oisf.net>
Tue, 20 Dec 2022 21:09:19 +0000 (15:09 -0600)
committerVictor Julien <vjulien@oisf.net>
Wed, 21 Dec 2022 09:08:13 +0000 (10:08 +0100)
rust/src/log.rs

index cc95a6bb88c6ec8e56882798598a8702fdb5e550..3652d030960db6974dd6cf023b9467aa5cac8274 100644 (file)
@@ -26,9 +26,6 @@ use crate::core::*;
 pub enum Level {
     NotSet = -1,
     None = 0,
-    Emergency,
-    Alert,
-    Critical,
     Error,
     Warning,
     Notice,