mirror of
https://frontier.innolan.net/rainlance/amiga-ntimed.git
synced 2026-05-03 12:05:45 +00:00
Fix some printf-format issues.
This commit is contained in:
@@ -69,7 +69,7 @@ nf_filter(struct ocx *ocx, const struct ntp_peer *np)
|
||||
|
||||
NTP_Tool_Format(buf, sizeof buf, rxp);
|
||||
|
||||
Put(NULL, OCX_TRACE, "NTP_Packet %+f %s %s %s\n",
|
||||
Put(NULL, OCX_TRACE, "NTP_Packet %s %s %s\n",
|
||||
np->hostname, np->ip, buf);
|
||||
|
||||
if (rxp->ntp_leap == NTP_LEAP_UNKNOWN)
|
||||
|
||||
Reference in New Issue
Block a user