From: Andreas Herz Date: Thu, 9 Apr 2020 13:24:14 +0000 (+0200) Subject: app-layer-template: fix log typo X-Git-Tag: suricata-6.0.0-beta1~541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaa604b4c678be0e6a19b6382baf69c4e9b227ab;p=thirdparty%2Fsuricata.git app-layer-template: fix log typo --- diff --git a/src/app-layer-template-rust.c b/src/app-layer-template-rust.c index e42e1247ea..fd2e689eef 100644 --- a/src/app-layer-template-rust.c +++ b/src/app-layer-template-rust.c @@ -53,7 +53,7 @@ void RegisterTemplateRustParsers(void) return; } /* TEMPLATE_END_REMOVE */ - SCLogNotice("Registring Rust template parser."); + SCLogNotice("Registering Rust template parser."); rs_template_register_parser(); #ifdef UNITTESTS AppLayerParserRegisterProtocolUnittests(IPPROTO_TCP, ALPROTO_TEMPLATE_RUST,