Skip to content

Commit

Permalink
Merge branch 'prebuild-s2n' of github.com:awslabs/aws-c-io into prebu…
Browse files Browse the repository at this point in the history
…ild-s2n
  • Loading branch information
TingDaoK committed Oct 10, 2024
2 parents 78fe4a2 + 4419683 commit ddd9aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/posix/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,8 @@ int aws_socket_set_options(struct aws_socket *socket, const struct aws_socket_op

AWS_LOGF_DEBUG(
AWS_LS_IO_SOCKET,
"id=%p fd=%d: setting socket options to: keep-alive %d, keep idle %d, keep-alive interval %d, keep-alive probe "
"id=%p fd=%d: setting socket options to: keep-alive %d, keep-alive timeout %d, keep-alive interval %d, "
"keep-alive probe "
"count %d.",
(void *)socket,
socket->io_handle.data.fd,
Expand Down

0 comments on commit ddd9aa9

Please sign in to comment.