2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

move some debugging output from level 1 to level 3

This commit is contained in:
Bob Halley
1999-11-23 20:52:34 +00:00
parent 852a7a71c9
commit 875e88e734
2 changed files with 8 additions and 8 deletions

View File

@@ -1818,7 +1818,7 @@ dns_journal_rollforward(isc_mem_t *mctx, dns_db_t *db, const char *filename) {
j = NULL;
result = dns_journal_open(mctx, filename, ISC_FALSE, &j);
if (result == DNS_R_NOTFOUND) {
isc_log_write(JOURNAL_DEBUG_LOGARGS(1),
isc_log_write(JOURNAL_DEBUG_LOGARGS(3),
"no journal file, but that's OK");
return (DNS_R_SUCCESS);
}