Skip to content

Commit

Permalink
server: Fix log being printed as error (#17903)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored and pull[bot] committed Feb 14, 2024
1 parent 4414f4a commit 1437436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/CommissioningWindowManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void CommissioningWindowManager::OnPlatformEvent(const DeviceLayer::ChipDeviceEv
else if (event->Type == DeviceLayer::DeviceEventType::kOperationalNetworkEnabled)
{
app::DnssdServer::Instance().AdvertiseOperational();
ChipLogError(AppServer, "Operational advertising enabled");
ChipLogProgress(AppServer, "Operational advertising enabled");
}
}

Expand Down

0 comments on commit 1437436

Please sign in to comment.