Skip to content

Commit

Permalink
add more logging for min interval (project-chip#22235)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored and isiu-apple committed Sep 16, 2022
1 parent f2fcc4d commit 0a98165
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 0a98165

Please sign in to comment.