Skip to content

Commit

Permalink
Merge remote-tracking branch 'github-pull/44/head'
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Dec 14, 2024
2 parents 7be012a + 0a61559 commit ba6946c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datum_protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ void *datum_protocol_client(void *args) {
port_str[6] = 0;

if ((ret = getaddrinfo(datum_config.datum_pool_host, port_str, &hints, &res)) != 0) {
DLOG_ERROR("getaddrinfo: %s\n", gai_strerror(ret));
DLOG_ERROR("getaddrinfo: %s", gai_strerror(ret));
datum_protocol_client_active = 0;
return NULL;
}
Expand Down

0 comments on commit ba6946c

Please sign in to comment.