From 2d688e1056a753312608581700f2e2809603080b Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Sat, 10 Sep 2016 16:32:51 +0200 Subject: [PATCH] Expand message for support height mismatch --- test/testpaint/intercept_2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testpaint/intercept_2.cpp b/test/testpaint/intercept_2.cpp index 8cf07d323e..84a313118e 100644 --- a/test/testpaint/intercept_2.cpp +++ b/test/testpaint/intercept_2.cpp @@ -424,7 +424,7 @@ namespace Intercept2 if (referenceGeneralSupportCall.height != -1) { if (gSupport.height != referenceGeneralSupportCall.height) { - printf("General support heights didn't match. [direction:%d trackSequence:%d]\n", direction, + printf("General support heights didn't match. (expected %d, actual: %d) [direction:%d trackSequence:%d]\n", referenceGeneralSupportCall.height,gSupport.height, direction, trackSequence); return false; }