mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-18 14:00:15 +00:00
[1062] log database name in other log messages too
This commit is contained in:
@@ -332,7 +332,7 @@ checkRRset(isc::dns::ConstRRsetPtr rrset,
|
||||
const isc::dns::RRClass& rrclass,
|
||||
const isc::dns::RRType& rrtype,
|
||||
const isc::dns::RRTTL& rrttl,
|
||||
const std::vector<std::string> rdatas) {
|
||||
const std::vector<std::string>& rdatas) {
|
||||
isc::dns::RRsetPtr expected_rrset(
|
||||
new isc::dns::RRset(name, rrclass, rrtype, rrttl));
|
||||
for (unsigned int i = 0; i < rdatas.size(); ++i) {
|
||||
|
Reference in New Issue
Block a user