summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2014-10-01 15:58:20 +0100
committersin <sin@2f30.org>2014-10-01 15:58:20 +0100
commit387bb8c3723537f03f22810571a7fec3fe2172e0 (patch)
treee0305ad2092b7199c1f30ca1fabb7d257870cfd5
parente8f74fa1a96978887bb2e4aaebbaa3c388b8050f (diff)
No need to print the write(2) error
-rw-r--r--ratox.c1
1 files changed, 0 insertions, 1 deletions
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;