Skip to content

Commit

Permalink
add more logging for min interval (#22235)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored and pull[bot] committed Sep 26, 2022
1 parent 75e6bc5 commit c61e1bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/ReadHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,8 @@ CHIP_ERROR ReadHandler::RefreshSubscribeSyncTimer()

if (!IsChunkedReport())
{
ChipLogProgress(DataManagement, "Refresh Subscribe Sync Timer with max %d seconds", mMaxInterval);
ChipLogProgress(DataManagement, "Refresh Subscribe Sync Timer with min %d seconds and max %d seconds",
mMinIntervalFloorSeconds, mMaxInterval);
mFlags.Set(ReadHandlerFlags::HoldReport);
mFlags.Set(ReadHandlerFlags::HoldSync);
ReturnErrorOnFailure(
Expand Down

0 comments on commit c61e1bd

Please sign in to comment.