Skip to content

Commit

Permalink
Server: Fix the incorrect log level for server initialization (#27014)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored Jun 2, 2023
1 parent be6e4b6 commit b5cd925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b5cd925

Please sign in to comment.