commit 756ef3a2426b7577a59442fc382a7abe7304a23c from: Omar Polo date: Mon Dec 20 17:16:46 2021 UTC typo commit - 2d4acaab999748e817fe139f43ea6956713b1388 commit + 756ef3a2426b7577a59442fc382a7abe7304a23c blob - 61d048c23d756b489814cacfbe69b7db66c86002 blob + 4e22c18e7c28f702a2534c6385e05b549beae99d --- client.c +++ client.c @@ -972,7 +972,7 @@ tflush(struct np_msg_header *hdr, const uint8_t *data, /* oldtag[2] */ if (len != sizeof(oldtag)) { - log_warnx("Tclunk with the wrong size: got %zu want %zu", + log_warnx("Tflush with the wrong size: got %zu want %zu", len, sizeof(oldtag)); client_send_listener(IMSG_CLOSE, NULL, 0); client_shutdown();