Commit b01036d5 authored by Federico Vaga's avatar Federico Vaga

sw:tool: fix output message

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 40c992e0
......@@ -311,7 +311,7 @@ void trtl_print_header(struct trtl_msg *msg)
"\tlen 0x%04"PRIx16" | sync_id 0x%04"PRIx16"\r\n",
h->len, h->sync_id);
fprintf(stdout,
"\tlen 0x%08"PRIx32"\r\n",
"\tseq 0x%08"PRIx32"\r\n",
h->seq);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment