bk: 5097662fxfkvZiVzV4TdPMb0so0wpA
+* [Bug 2301] Remove spurious debug output from ntpq.
(4.2.7p317) 2012/11/05 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 922] Allow interspersed -4 and -6 flags on the ntpq command line.
(4.2.7p316) 2012/10/27 Released by Harlan Stenn <stenn@ntp.org>
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]);