mirror of
https://repo.or.cz/socat.git
synced 2025-07-07 13:26:33 +00:00
recvmsg() fails after connect error: log as Info not Warn
This commit is contained in:
parent
30ace16174
commit
d95d62dbfb
2 changed files with 6 additions and 1 deletions
|
@ -1577,7 +1577,7 @@ int xiogetpacketsrc(int fd, struct msghdr *msgh, int flags) {
|
|||
msgh->msg_flags = 0;
|
||||
#endif
|
||||
if (Recvmsg(fd, msgh, flags) < 0) {
|
||||
Warn1("recvmsg(): %s", strerror(errno));
|
||||
Info1("recvmsg(): %s", strerror(errno));
|
||||
return STAT_RETRYLATER;
|
||||
}
|
||||
return STAT_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue