diff --git a/rust/src/krb/krb5.rs b/rust/src/krb/krb5.rs index 259aa1de15..4a6896efa7 100644 --- a/rust/src/krb/krb5.rs +++ b/rust/src/krb/krb5.rs @@ -615,7 +615,7 @@ pub extern "C" fn rs_krb5_parse_response_tcp(_flow: *const core::Flow, cur_i = rem; }, _ => { - SCLogNotice!("rs_krb5_parse_response_tcp: reading record mark failed!"); + SCLogDebug!("reading record mark failed!"); return 1; } }