Skip to content

Commit b5cd925

Browse files
authored
Server: Fix the incorrect log level for server initialization (project-chip#27014)
1 parent be6e4b6 commit b5cd925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/server/Server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ void Server::CheckServerReadyEvent()
405405
// are ready, and emit the 'server ready' event if so.
406406
if (mIsDnssdReady)
407407
{
408-
ChipLogError(AppServer, "Server initialization complete");
408+
ChipLogProgress(AppServer, "Server initialization complete");
409409

410410
ChipDeviceEvent event = { .Type = DeviceEventType::kServerReady };
411411
PlatformMgr().PostEventOrDie(&event);

0 commit comments

Comments
 (0)