From: Harlan Stenn Date: Mon, 5 Nov 2012 07:09:35 +0000 (-0500) Subject: [Bug 2301] Remove spurious debug output from ntpq X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe996dedb9a13260bf107bc0b9eaf7d6982debb2;p=thirdparty%2Fntp.git [Bug 2301] Remove spurious debug output from ntpq bk: 5097662fxfkvZiVzV4TdPMb0so0wpA --- diff --git a/ChangeLog b/ChangeLog index a705231926..dde3ddf511 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 562fb7b1ef..971505fea2 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]);