diff --git a/rust/src/ike/detect.rs b/rust/src/ike/detect.rs index 3a7db4c12c..40605decbd 100644 --- a/rust/src/ike/detect.rs +++ b/rust/src/ike/detect.rs @@ -145,7 +145,7 @@ pub extern "C" fn SCIkeStateGetSaAttribute( let sa_type_s: Result<_, _>; 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 tx.ike_version == 1 {