Merge pull request #280 from DeforaNetworks/khorben/connect-error-format

This commit is contained in:
Michael Rash 2018-07-25 18:42:29 -04:00 committed by GitHub
commit ae089b1bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ send_spa_packet_tcp_or_udp(const char *spa_data, const int sd_len,
if (! sock_success) {
log_msg(LOG_VERBOSITY_ERROR,
"send_spa_packet_tcp_or_udp: Could not create socket: ",
"send_spa_packet_tcp_or_udp: Could not create socket: %s",
strerror(errno));
return -1;
}