ike/detect: info log message should be debug

pull/13975/head
Jason Ish 2 months ago committed by Victor Julien
parent 27383f878d
commit b543e28402

@ -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 {

Loading…
Cancel
Save