Loading dns_responder/dns_responder.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -838,8 +838,8 @@ bool DNSResponder::addAnswerRecords(const DNSQuestion& question, question.qname.name.c_str(), dnstype2str(question.qtype)); return true; } ALOGI("mapping found for %s %s: %s", question.qname.name.c_str(), dnstype2str(question.qtype), it->second.c_str()); DBGLOG("mapping found for %s %s: %s", question.qname.name.c_str(), dnstype2str(question.qtype), it->second.c_str()); DNSRecord record; record.name = question.qname; record.rtype = question.qtype; Loading Loading
dns_responder/dns_responder.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -838,8 +838,8 @@ bool DNSResponder::addAnswerRecords(const DNSQuestion& question, question.qname.name.c_str(), dnstype2str(question.qtype)); return true; } ALOGI("mapping found for %s %s: %s", question.qname.name.c_str(), dnstype2str(question.qtype), it->second.c_str()); DBGLOG("mapping found for %s %s: %s", question.qname.name.c_str(), dnstype2str(question.qtype), it->second.c_str()); DNSRecord record; record.name = question.qname; record.rtype = question.qtype; Loading