diff --git a/src/app-layer-htp.c b/src/app-layer-htp.c index 8a581d703f..f63d817ea0 100644 --- a/src/app-layer-htp.c +++ b/src/app-layer-htp.c @@ -1678,7 +1678,7 @@ int HTPParserTest06(void) { r = AppLayerParse(&f, ALPROTO_HTTP, STREAM_TOCLIENT|STREAM_START, httpbuf2, httplen2); if (r != 0) { - printf("toserver chunk 2 returned %" PRId32 ", expected 0: ", r); + printf("toclient chunk 2 returned %" PRId32 ", expected 0: ", r); result = 0; goto end; }