mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 17:47:59 -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(
|
||||
"Protocol error: Received message size: {}, type: {}, sequence: {}. Expected type: {}, expected sequence: {}, "
|
||||
"channel: %s",
|
||||
"channel: {}",
|
||||
header.MessageSize,
|
||||
header.MessageType,
|
||||
header.SequenceNumber,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user