summaryrefslogtreecommitdiff
path: root/contrib/ntp/sntp/networking.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/sntp/networking.c')
-rw-r--r--contrib/ntp/sntp/networking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/sntp/networking.c b/contrib/ntp/sntp/networking.c
index 040395e175b2..32fb5cd1c67b 100644
--- a/contrib/ntp/sntp/networking.c
+++ b/contrib/ntp/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;
}