From: Victor Julien Date: Wed, 6 Jul 2016 11:48:14 +0000 (+0200) Subject: smb: style fix in log message X-Git-Tag: suricata-3.1.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73098e990ccc48e8473157ed65c9e1e03cd01f6;p=thirdparty%2Fsuricata.git smb: style fix in log message --- diff --git a/src/app-layer-smb.c b/src/app-layer-smb.c index 22a9439e09..d79b5b9591 100644 --- a/src/app-layer-smb.c +++ b/src/app-layer-smb.c @@ -1546,7 +1546,7 @@ void RegisterSMBParsers(void) AppLayerParserRegisterParser(IPPROTO_TCP, ALPROTO_SMB, STREAM_TOCLIENT, SMBParseResponse); AppLayerParserRegisterStateFuncs(IPPROTO_TCP, ALPROTO_SMB, SMBStateAlloc, SMBStateFree); } else { - SCLogInfo("Parsed disabled for %s protocol. Protocol detection" + SCLogInfo("Parsed disabled for %s protocol. Protocol detection " "still on.", proto_name); }