commit de1c918bdb355ca73dcb897d862081210a8967a7 from: Omar Polo date: Fri Jul 30 18:54:02 2021 UTC don't ==== commit - e0dce04c72287b11d03be423495b1f79ae69eaeb commit + de1c918bdb355ca73dcb897d862081210a8967a7 blob - 95284350199ac71d4829484edf0d13edb7e87203 blob + 562c5d49b33de6220b4128a0b2c2286238ba308e --- client.c +++ client.c @@ -763,8 +763,7 @@ handle_message(struct imsg *imsg, size_t len) hdr.len, hdr.type, pp_msg_type(hdr.type), hdr.tag); #if DEBUG_PACKETS - printf("====================\n"); - printf("hexdump:\n"); + printf("\nhexdump:\n"); for (i = 0; i < len; ++i) { if (i != 0 && i % 8 == 0) printf(" ");