bool many_answers;
int sends; /* Send in progress */
bool shuttingdown;
+ bool poll;
const char *mnemonic; /* Style of transfer */
struct xfr_stats stats; /*%< Transfer statistics */
} xfrout_ctx_t;
} else {
keyname[0] = '\0';
}
+ xfr->poll = is_poll;
if (is_poll) {
xfrout_log1(client, question_name, question_class,
ISC_LOG_DEBUG(1), "IXFR poll up to date%s%s",
xfr->many_answers = many_answers;
xfr->sends = 0;
xfr->shuttingdown = false;
+ xfr->poll = false;
xfr->mnemonic = NULL;
xfr->buf.base = NULL;
xfr->buf.length = 0;
msecs = 1;
}
persec = (xfr->stats.nbytes * 1000) / msecs;
- xfrout_log(xfr, ISC_LOG_INFO,
+ xfrout_log(xfr, xfr->poll ? ISC_LOG_DEBUG(1) : ISC_LOG_INFO,
"%s ended: "
"%" PRIu64 " messages, %" PRIu64 " records, "
"%" PRIu64 " bytes, "