Skip to content

Commit 11cb2b3

Browse files
Remove extra logging in minmdns resolver. (#33407)
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 <andreilitvin@google.com>
1 parent 37b2fe6 commit 11cb2b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/dnssd/Resolver_ImplMinimalMdns.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ void MinMdnsResolver::AdvancePendingResolverStates()
363363
{
364364
if (!resolver->IsActive())
365365
{
366-
ChipLogError(Discovery, "resolver inactive, continue to next");
367366
continue;
368367
}
369368

0 commit comments

Comments
 (0)