Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better debug logs on response #19595

Merged
merged 12 commits into from
Jul 20, 2022
Merged
1 change: 1 addition & 0 deletions src/lib/dnssd/minimal_mdns/responders/QueryResponder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ QueryResponderSettings QueryResponderBase::AddResponder(RecordResponder * respon
{
return QueryResponderSettings();
}
ChipLogDetail(Discovery, "Responding with %s", responder->GetQName());
gmarcosb marked this conversation as resolved.
Show resolved Hide resolved

for (size_t i = 0; i < mResponderInfoSize; i++)
{
Expand Down