Skip to content

Commit

Permalink
Remove extra logging in minmdns resolver. (project-chip#33407)
Browse files Browse the repository at this point in the history
Resolver list is a fixed size always, so a message of "inactive" tagged
as an error seems to just fill up logs (especially seen in python repl)

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and pankore committed Aug 25, 2024
1 parent 70d9a61 commit 3783fca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/dnssd/Resolver_ImplMinimalMdns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ void MinMdnsResolver::AdvancePendingResolverStates()
{
if (!resolver->IsActive())
{
ChipLogError(Discovery, "resolver inactive, continue to next");
continue;
}

Expand Down

0 comments on commit 3783fca

Please sign in to comment.