summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index e81446d..32c645e 100644
--- a/ratox.c
+++ b/ratox.c
@@ -942,7 +942,8 @@ sendfriendfile(struct friend *f)
break;
}
if (n == -1) {
- printf("fiforead in sendfriendfile failed. fix this. errno = %d\n", errno);
+ if (errno != EWOULDBLOCK)
+ weprintf("fiforead:");
break;
}
/* Store transfer size in case we can't send it right now */