Report the number of bytes not written when complaining about failed writes
This commit is contained in:
parent
2396628bb4
commit
b00fb49742
@ -425,8 +425,8 @@ physical_DescriptorWrite(struct fdescriptor *d, struct bundle *bundle,
|
||||
if (errno == EAGAIN)
|
||||
result = 1;
|
||||
else if (errno != ENOBUFS) {
|
||||
log_Printf(LogPHASE, "%s: write (%d): %s\n", p->link.name,
|
||||
p->fd, strerror(errno));
|
||||
log_Printf(LogPHASE, "%s: write (fd %d, len %d): %s\n", p->link.name,
|
||||
p->fd, p->out->m_len, strerror(errno));
|
||||
datalink_Down(p->dl, CLOSE_NORMAL);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user