From: Harlan Stenn Date: Sun, 21 Nov 2004 10:31:43 +0000 (-0500) Subject: lint X-Git-Tag: NTP_4_2_0B_RC1~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c94e68995104f09fde22b82d22d2957b215acd50;p=thirdparty%2Fntp.git lint bk: 41a06e8f2KA9aY8oa66ccpRCusn4mg --- diff --git a/ntpd/refclock_parse.c b/ntpd/refclock_parse.c index 037f31adea..619556b1b7 100644 --- a/ntpd/refclock_parse.c +++ b/ntpd/refclock_parse.c @@ -2066,7 +2066,7 @@ local_input( if (debug > 3) { printf( - "parse: local_receive: fd %d PPSAPI seq %d - PPS %s\n", + "parse: local_receive: fd %d PPSAPI seq %ld - PPS %s\n", rbufp->fd, pps_info.assert_sequence + pps_info.clear_sequence , lfptoa(&parse->parseio.parse_dtime.parse_ptime.fp, 6)); @@ -2079,7 +2079,7 @@ local_input( if (debug > 3) { printf( - "parse: local_receive: fd %d PPSAPI seq assert %d, seq clear %d - NO PPS event\n", + "parse: local_receive: fd %d PPSAPI seq assert %ld, seq clear %ld - NO PPS event\n", rbufp->fd, pps_info.assert_sequence, pps_info.clear_sequence); }