Skip to content

Commit fa15ebf

Browse files
committed
ike/detect: info log message should be debug
(cherry picked from commit b543e28)
1 parent 5f04a2c commit fa15ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/src/ike/detect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pub extern "C" fn rs_ike_state_get_sa_attribute(
145145
let sa_type_s: Result<_, _>;
146146

147147
unsafe { sa_type_s = CStr::from_ptr(sa_type).to_str() }
148-
SCLogInfo!("{:#?}", sa_type_s);
148+
SCLogDebug!("{:#?}", sa_type_s);
149149

150150
if let Ok(sa) = sa_type_s {
151151
if tx.ike_version == 1 {

0 commit comments

Comments
 (0)