Expand message for support height mismatch

This commit is contained in:
Marijn van der Werf 2016-09-10 16:32:51 +02:00
parent 8af6dd1577
commit 2d688e1056
1 changed files with 1 additions and 1 deletions

View File

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