Skip to content

Commit 2b7aa59

Browse files
update comments
1 parent d040112 commit 2b7aa59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/server/Dnssd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ void DnssdServer::StartServer(Dnssd::CommissioningMode mode)
489489

490490
if(Dnssd::ServiceAdvertiser::Instance().Init(chip::DeviceLayer::UDPEndPointManager()) != CHIP_NO_ERROR)
491491
{
492-
// No need to do anything if init failed
492+
// No need to do anything if init failed device is probably not commissionned/not on network
493493
ChipLogError(Discovery, "Failed to initialize advertiser");
494494
return;
495495
}

0 commit comments

Comments
 (0)