We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6e4b6 commit b5cd925Copy full SHA for b5cd925
src/app/server/Server.cpp
@@ -405,7 +405,7 @@ void Server::CheckServerReadyEvent()
405
// are ready, and emit the 'server ready' event if so.
406
if (mIsDnssdReady)
407
{
408
- ChipLogError(AppServer, "Server initialization complete");
+ ChipLogProgress(AppServer, "Server initialization complete");
409
410
ChipDeviceEvent event = { .Type = DeviceEventType::kServerReady };
411
PlatformMgr().PostEventOrDie(&event);
0 commit comments