Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 16849fb

Browse files
committed
LoggingManagement: Fix typo in log message
1 parent af77670 commit 16849fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/profiles/data-management/Current/LoggingManagement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ WEAVE_ERROR LoggingManagement::EvictEvent(WeaveCircularTLVBuffer & inBuffer, voi
17771777

17781778
eventBuffer->RemoveEvent(numEventsToDrop);
17791779
eventBuffer->mFirstEventTimestamp += context.mDeltaTime;
1780-
WeaveLogProgress(EventLogging, "Dropped events do to overflow: { importance_level: %d, count: %d };", imp, numEventsToDrop);
1780+
WeaveLogProgress(EventLogging, "Dropped events due to overflow: { importance_level: %d, count: %d };", imp, numEventsToDrop);
17811781

17821782
#if WEAVE_CONFIG_EVENT_LOGGING_UTC_TIMESTAMPS
17831783
eventBuffer->mFirstEventUTCTimestamp += context.mDeltaUtc;

0 commit comments

Comments
 (0)