From: Victor Julien Date: Wed, 8 Jul 2015 11:43:59 +0000 (+0200) Subject: unittest: minor cleanup X-Git-Tag: suricata-3.1RC1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed7dc0c6b3eb2967ff46913f5662654adc2d3885;p=thirdparty%2Fsuricata.git unittest: minor cleanup --- diff --git a/src/detect-engine-hsbd.c b/src/detect-engine-hsbd.c index ab22826e62..18fba7010a 100644 --- a/src/detect-engine-hsbd.c +++ b/src/detect-engine-hsbd.c @@ -3345,7 +3345,7 @@ static int DetectEngineHttpServerBodyTest22(void) r = AppLayerParserParse(alp_tctx, &f, ALPROTO_HTTP, STREAM_TOCLIENT, http_buf2, http_len2); if (r != 0) { - printf("toserver chunk 1 returned %" PRId32 ", expected 0: \n", r); + printf("toserver chunk 2 returned %" PRId32 ", expected 0: \n", r); result = 0; goto end; }