Index: sources/canbus/messagebuilder.cpp =================================================================== diff -u -rd3edfbd78f021082f37c7ee79a5a31a57b2808d4 -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d --- sources/canbus/messagebuilder.cpp (.../messagebuilder.cpp) (revision d3edfbd78f021082f37c7ee79a5a31a57b2808d4) +++ sources/canbus/messagebuilder.cpp (.../messagebuilder.cpp) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) @@ -425,6 +425,7 @@ return; } QByteArray view; + // coco begin validated: printPayload and specially vUseColor is for debugging purposes and has been validated manually. if (vUseColor) { QList byteList; byteList = vPayload.toHex('.').split('.'); @@ -449,6 +450,7 @@ view = Format::toHexString(vCan_Id, false, eLenChannelDigits).toLatin1() + " " + vPayload.toHex('.'); fprintf(stderr, "%s\n", view.constData()); } + // coco end } /*!