From: Harlan Stenn Date: Mon, 5 Nov 2012 07:09:35 +0000 (-0500) Subject: [Bug 2301] Remove spurious debug output from ntpq X-Git-Tag: NTP_4_2_7P318~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80cd1cddea2a2a52db64ed1fc78dfadcc89dba22;p=thirdparty%2Fntp.git [Bug 2301] Remove spurious debug output from ntpq bk: 5097662fxfkvZiVzV4TdPMb0so0wpA --- diff --git a/ChangeLog b/ChangeLog index a70523192..dde3ddf51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 2301] Remove spurious debug output from ntpq. (4.2.7p317) 2012/11/05 Released by Harlan Stenn * [Bug 922] Allow interspersed -4 and -6 flags on the ntpq command line. (4.2.7p316) 2012/10/27 Released by Harlan Stenn diff --git a/ntpq/ntpq.c b/ntpq/ntpq.c index 562fb7b1e..971505fea 100644 --- a/ntpq/ntpq.c +++ b/ntpq/ntpq.c @@ -525,7 +525,6 @@ ntpqmain( getcmds(); } else { for (ihost = 0; ihost < numhosts; ihost++) { - printf("About to call docmd() for <%s> %d\n", chosts[ihost].name, chosts[ihost].fam); if (openhost(chosts[ihost].name, chosts[ihost].fam)) for (icmd = 0; icmd < numcmds; icmd++) docmd(ccmds[icmd]);