2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[master] fix DATASRC_DATABASE_FOUND_RRSET for #2563

Discussed via jabber. Show the RRsets as documented instead of the
pointer.

(Note that output may be confusing since there is no delimeter
between the different records in the set. But this is
DBGLVL_TRACE_DETAIL so fine for now.)
This commit is contained in:
Jeremy C. Reed
2012-12-14 16:13:44 -06:00
parent a7e16e85fa
commit e61c82ed57

View File

@@ -920,7 +920,7 @@ DatabaseClient::Finder::findOnNameResult(const Name& name,
} else {
LOG_DEBUG(logger, DBG_TRACE_DETAILED,
DATASRC_DATABASE_FOUND_RRSET).
arg(accessor_->getDBName()).arg(wti->second);
arg(accessor_->getDBName()).arg(*wti->second);
}
}
// Found an RR matching the query, so return it. (Note that this