We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d040112 commit 2b7aa59Copy full SHA for 2b7aa59
1 file changed
src/app/server/Dnssd.cpp
@@ -489,7 +489,7 @@ void DnssdServer::StartServer(Dnssd::CommissioningMode mode)
489
490
if(Dnssd::ServiceAdvertiser::Instance().Init(chip::DeviceLayer::UDPEndPointManager()) != CHIP_NO_ERROR)
491
{
492
- // No need to do anything if init failed
+ // No need to do anything if init failed device is probably not commissionned/not on network
493
ChipLogError(Discovery, "Failed to initialize advertiser");
494
return;
495
}
0 commit comments