Skip to content
Snippets Groups Projects
Commit b0a77d94 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Merge branch 'issue-313' into 'master'

Issue 313 fix: Move excess IXFR logging from INFO to DEBUG.

Solves issue #313 by setting logging to DEBUG instead of INFO.

See merge request !359
parents 678a447e f90e6f12
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ static int ixfr_process_changeset(knot_pkt_t *pkt, const void *item,
struct query_data *qdata = ixfr->qdata; /*< Required for IXFROUT_LOG() */
const uint32_t serial_from = knot_soa_serial(&chgset->soa_from->rrs);
const uint32_t serial_to = knot_soa_serial(&chgset->soa_to->rrs);
IXFROUT_LOG(LOG_INFO, "serial %u -> %u", serial_from, serial_to);
IXFROUT_LOG(LOG_DEBUG, "serial %u -> %u", serial_from, serial_to);
return ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment