Skip to content

Commit

Permalink
session client UPDATE clarify socket error
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Oct 8, 2024
1 parent f1c6d23 commit cc4f359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ sock_connect(const char *src_addr, uint16_t src_port, int timeout_ms, int *sock_
}
if (error) {
/* network connection failed, try another resource */
VRB(NULL, "getsockopt() error (%s).", strerror(error));
VRB(NULL, "Connection error (%s).", strerror(error));
errno = error;
goto cleanup;
}
Expand Down

0 comments on commit cc4f359

Please sign in to comment.