Skip to content

Commit

Permalink
Clarify socket options logging (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK authored Oct 9, 2024
1 parent c345d77 commit 9e1bb08
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 9e1bb08

Please sign in to comment.