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

Commit

Permalink
Merge pull request #628 from aaronokano/cleanup/aaronokano/logging-ma…
Browse files Browse the repository at this point in the history
…nagement-log-typo-fix

LoggingManagement: Fix typo in log message
  • Loading branch information
robszewczyk authored Jan 7, 2021
2 parents 5d651a3 + 16849fb commit 1dd59be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ WEAVE_ERROR LoggingManagement::EvictEvent(WeaveCircularTLVBuffer & inBuffer, voi

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

#if WEAVE_CONFIG_EVENT_LOGGING_UTC_TIMESTAMPS
eventBuffer->mFirstEventUTCTimestamp += context.mDeltaUtc;
Expand Down

0 comments on commit 1dd59be

Please sign in to comment.