smb: style fix in log message

pull/2168/head
Victor Julien 10 years ago
parent 3bb408940f
commit b73098e990

@ -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);
}

Loading…
Cancel
Save