From 387bb8c3723537f03f22810571a7fec3fe2172e0 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 1 Oct 2014 15:58:20 +0100 Subject: No need to print the write(2) error --- ratox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ratox.c b/ratox.c index d30fb31..eee6730 100644 --- a/ratox.c +++ b/ratox.c @@ -772,7 +772,6 @@ cbfiledata(Tox *m, int32_t frnum, uint8_t fnum, const uint8_t *data, uint16_t le } else if (errno == EWOULDBLOCK) { continue; } - weprintf("write:"); break; } else if (n == 0) { break; -- cgit v1.2.3