summaryrefslogtreecommitdiff
path: root/sntp/networking.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-03-04 13:59:29 +0000
committerCy Schubert <cy@FreeBSD.org>2020-03-04 13:59:29 +0000
commit5171bc9b11192d9ad273db7854787eaa65eb9997 (patch)
treeb872a53605ef14ae76de1104afb4be189d1a958a /sntp/networking.c
parent360c01464aee3bc4c520898a675f35967db09ac2 (diff)
Notes
Diffstat (limited to 'sntp/networking.c')
-rw-r--r--sntp/networking.c2
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;
}