ike/detect: info log message should be debug

(cherry picked from commit b543e28402)
pull/14056/head
Jason Ish 7 months ago
parent 77057e1cd8
commit 7e6084e44f

@ -145,7 +145,7 @@ pub extern "C" fn SCIkeStateGetSaAttribute(
let sa_type_s: Result<_, _>; let sa_type_s: Result<_, _>;
unsafe { sa_type_s = CStr::from_ptr(sa_type).to_str() } unsafe { sa_type_s = CStr::from_ptr(sa_type).to_str() }
SCLogInfo!("{:#?}", sa_type_s); SCLogDebug!("{:#?}", sa_type_s);
if let Ok(sa) = sa_type_s { if let Ok(sa) = sa_type_s {
if tx.ike_version == 1 { if tx.ike_version == 1 {

Loading…
Cancel
Save