diff options
author | sin <sin@2f30.org> | 2014-10-01 15:58:20 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-01 15:58:20 +0100 |
commit | 387bb8c3723537f03f22810571a7fec3fe2172e0 (patch) | |
tree | e0305ad2092b7199c1f30ca1fabb7d257870cfd5 | |
parent | e8f74fa1a96978887bb2e4aaebbaa3c388b8050f (diff) |
No need to print the write(2) error
-rw-r--r-- | ratox.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |