Commit 33efcd8a authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: host: one message less

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent f3ae88b3
......@@ -181,7 +181,6 @@ int minic_tx_frame(struct wr_ethhdr_vlan *hdr, uint8_t * payload, uint32_t size,
else
hsize = sizeof(struct wr_ethhdr);
printf("%s\n", __func__);
dumpstruct(stdout, "tx header", hdr, hsize);
dumpstruct(stdout, "tx payload", payload, size);
......
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