]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
smb: style fix in log message
authorVictor Julien <victor@inliniac.net>
Wed, 6 Jul 2016 11:48:14 +0000 (13:48 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 6 Jul 2016 11:48:14 +0000 (13:48 +0200)
src/app-layer-smb.c

index 22a9439e0918ae564a7d0fb426f45d6367fdfb93..d79b5b959182cac54b9402e8fc171150a5a03b49 100644 (file)
@@ -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);
     }