app-layer-template: fix log typo

pull/4802/head
Andreas Herz 6 years ago committed by Victor Julien
parent 4dc80a6e6f
commit aaa604b4c6

@ -53,7 +53,7 @@ void RegisterTemplateRustParsers(void)
return; return;
} }
/* TEMPLATE_END_REMOVE */ /* TEMPLATE_END_REMOVE */
SCLogNotice("Registring Rust template parser."); SCLogNotice("Registering Rust template parser.");
rs_template_register_parser(); rs_template_register_parser();
#ifdef UNITTESTS #ifdef UNITTESTS
AppLayerParserRegisterProtocolUnittests(IPPROTO_TCP, ALPROTO_TEMPLATE_RUST, AppLayerParserRegisterProtocolUnittests(IPPROTO_TCP, ALPROTO_TEMPLATE_RUST,

Loading…
Cancel
Save