Skip to content

Commit 15e379e

Browse files
committed
Fix linker error
1 parent 4e9f5d2 commit 15e379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/camera-controller/webrtc-manager/WebRTCManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ CHIP_ERROR WebRTCManager::ProvideICECandidates(uint16_t sessionId)
483483
else
484484
{
485485
// Clear the candidates after successful send to prevent resending them during trickle ICE
486-
ChipLogProgress(Camera, "Sent %zu ICE candidate(s), clearing list", mLocalCandidates.size());
486+
ChipLogProgress(Camera, "Sent %lu ICE candidate(s), clearing list", mLocalCandidates.size());
487487
mLocalCandidates.clear();
488488
}
489489

0 commit comments

Comments
 (0)