diff --git a/src/app/server/Server.cpp b/src/app/server/Server.cpp index ce355c08838a81..75a4262716f5a8 100644 --- a/src/app/server/Server.cpp +++ b/src/app/server/Server.cpp @@ -405,7 +405,7 @@ void Server::CheckServerReadyEvent() // are ready, and emit the 'server ready' event if so. if (mIsDnssdReady) { - ChipLogError(AppServer, "Server initialization complete"); + ChipLogProgress(AppServer, "Server initialization complete"); ChipDeviceEvent event = { .Type = DeviceEventType::kServerReady }; PlatformMgr().PostEventOrDie(&event);