From: Jason Ish Date: Tue, 20 Dec 2022 21:09:19 +0000 (-0600) Subject: rust: sync log levels with C X-Git-Tag: suricata-7.0.0-rc1~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae192ebae74a9adb630e9ef8644bf6736d0d0323;p=thirdparty%2Fsuricata.git rust: sync log levels with C --- diff --git a/rust/src/log.rs b/rust/src/log.rs index cc95a6bb88..3652d03096 100644 --- a/rust/src/log.rs +++ b/rust/src/log.rs @@ -26,9 +26,6 @@ use crate::core::*; pub enum Level { NotSet = -1, None = 0, - Emergency, - Alert, - Critical, Error, Warning, Notice,