Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16bb0914 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove another log line in DNSResponder."

parents c1ea74f9 88250237
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;