Skip to content

Commit 10699cf

Browse files
committed
Added changes for the logs
1 parent 2944088 commit 10699cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/rs911x/BLEManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ void BLEManagerImpl::CancelBleSendIndicationTimeoutTimer(void)
11221122
{
11231123
if (xTimerStop(sbleSendIndicationTimeoutTimer, pdMS_TO_TICKS(0)) == pdFAIL)
11241124
{
1125-
ChipLogError(DeviceLayer, "Failed to stop BledAdv timeout timer");
1125+
ChipLogError(DeviceLayer, "Failed to cancel send indication timeout timer");
11261126
}
11271127
}
11281128

0 commit comments

Comments
 (0)