We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe1ba8 commit 8d03e77Copy full SHA for 8d03e77
src/app/server/Server.cpp
@@ -104,7 +104,7 @@ static app::CircularEventBuffer sLoggingBuffer[CHIP_NUM_EVENT_LOGGING_BUFFERS];
104
105
CHIP_ERROR Server::Init(const ServerInitParams & initParams)
106
{
107
- ChipLogProgress(AppServer, "Server initializing...");
+ ChipLogProgress(AppServer, "Server initializing....");
108
assertChipStackLockedByCurrentThread();
109
110
mInitTimestamp = System::SystemClock().GetMonotonicMicroseconds64();
0 commit comments