mirror of
https://repo.or.cz/socat.git
synced 2025-07-14 07:23:23 +00:00
corrected some message formats
This commit is contained in:
parent
4c9898446d
commit
97db9bce50
3 changed files with 3 additions and 3 deletions
|
@ -337,7 +337,7 @@ int _xioopen_proxy_connect(struct single *xfd,
|
|||
|
||||
Info("sending \"\\r\\n\"");
|
||||
if (writefull(xfd->fd, "\r\n", 2) < 0) {
|
||||
Msg2(level, "write(%d, %p, "F_Zu"): %s",
|
||||
Msg2(level, "write(%d, \"\\r\\n\", 2): %s",
|
||||
xfd->fd, strerror(errno));
|
||||
if (Close(xfd->fd) < 0) {
|
||||
Info2("close(%d): %s", xfd->fd, strerror(errno));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue