From fe5f39179f7c85a2924c288149b5ecc8488918b1 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Thu, 2 Jan 2014 18:31:52 -0500 Subject: Attempt to print entire payload and fail. --- tests/common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/common.c') diff --git a/tests/common.c b/tests/common.c index 882c266a..5995df74 100644 --- a/tests/common.c +++ b/tests/common.c @@ -76,9 +76,7 @@ void message_sent(const IsoTpMessage* message, const bool success) { void can_frame_sent(const uint16_t arbitration_id, const uint8_t* payload, const uint8_t size) { - debug("Sent CAN Frame:"); - // TODO add something like this to canutil - /* log_can_message(arbitration_id, payload, size); */ + debug("Sent CAN Frame with arb ID 0x%x and %d bytes", arbitration_id, size); } void setup() { -- cgit 1.2.3-korg