Skip to content

Commit 9e379b5

Browse files
pidarpedbzbarsky-apple
andauthoredJun 4, 2024
Update src/system/SystemPacketBuffer.cpp
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 5261df4 commit 9e379b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/system/SystemPacketBuffer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ PacketBufferHandle PacketBufferHandle::New(size_t aAvailableSize, uint16_t aRese
565565
if (sumOfAvailAndReserved > UINT16_MAX)
566566
{
567567
ChipLogError(chipSystemLayer,
568-
"LwIP based systems require total buffer size to be less than UINT16_MAX!."
568+
"LwIP based systems require total buffer size to be less than UINT16_MAX!"
569569
"Attempted allocation size = " ChipLogFormatX64,
570570
ChipLogValueX64(sumOfAvailAndReserved));
571571
return PacketBufferHandle();

0 commit comments

Comments
 (0)