From: Victor Julien Date: Tue, 20 Oct 2020 09:58:14 +0000 (+0200) Subject: dnp3: reword warning message X-Git-Tag: suricata-6.0.1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41e64d637fc0ce7a95e68c2de08f4d4ea24f49f;p=thirdparty%2Fsuricata.git dnp3: reword warning message --- diff --git a/src/app-layer-dnp3.c b/src/app-layer-dnp3.c index 025afd69fc..2a30a7d81f 100644 --- a/src/app-layer-dnp3.c +++ b/src/app-layer-dnp3.c @@ -470,8 +470,7 @@ static void DNP3SetEvent(DNP3State *dnp3, uint8_t event) dnp3->events++; } else { - SCLogWarning(SC_ERR_ALPARSER, - "Fail set set event, state or txn was NULL."); + SCLogWarning(SC_ERR_ALPARSER, "Failed to set event, state or tx pointer was NULL."); } }