Fix incorrect string formating in SocketChannel.h (#13680)

This commit is contained in:
Blue 2025-11-05 17:52:16 -08:00 committed by GitHub
parent 36bf9d4127
commit 26ceaa566d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -373,7 +373,7 @@ private:
LOG_ERROR(
"Protocol error: Received message size: {}, type: {}, sequence: {}. Expected type: {}, expected sequence: {}, "
"channel: %s",
"channel: {}",
header.MessageSize,
header.MessageType,
header.SequenceNumber,