diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-03-04 13:59:29 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-03-04 13:59:29 +0000 |
commit | 5171bc9b11192d9ad273db7854787eaa65eb9997 (patch) | |
tree | b872a53605ef14ae76de1104afb4be189d1a958a /sntp/networking.c | |
parent | 360c01464aee3bc4c520898a675f35967db09ac2 (diff) |
Notes
Diffstat (limited to 'sntp/networking.c')
-rw-r--r-- | sntp/networking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sntp/networking.c b/sntp/networking.c index 040395e175b2a..32fb5cd1c67b0 100644 --- a/sntp/networking.c +++ b/sntp/networking.c @@ -26,7 +26,7 @@ sendpkt ( cc = sendto(rsock, (void *)pkt, len, 0, &dest->sa, SOCKLEN(dest)); if (cc == SOCKET_ERROR) { - msyslog(LOG_ERR, "Send to %s failed, %m", + msyslog(LOG_ERR, "sendpkt: sendto(%s) failed: %m", sptoa(dest)); return FALSE; } |