mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-12 07:44:25 -06:00
Fix incorrect string formating in SocketChannel.h (#13680)
This commit is contained in:
parent
36bf9d4127
commit
26ceaa566d
@ -373,7 +373,7 @@ private:
|
|||||||
|
|
||||||
LOG_ERROR(
|
LOG_ERROR(
|
||||||
"Protocol error: Received message size: {}, type: {}, sequence: {}. Expected type: {}, expected sequence: {}, "
|
"Protocol error: Received message size: {}, type: {}, sequence: {}. Expected type: {}, expected sequence: {}, "
|
||||||
"channel: %s",
|
"channel: {}",
|
||||||
header.MessageSize,
|
header.MessageSize,
|
||||||
header.MessageType,
|
header.MessageType,
|
||||||
header.SequenceNumber,
|
header.SequenceNumber,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user