[lldb] Fix log statement in Socket::Write
authorRaphael Isemann <teemperor@gmail.com>
Wed, 4 Sep 2019 12:38:43 +0000 (12:38 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 4 Sep 2019 12:38:43 +0000 (12:38 +0000)
commitf8b476282eb4f430ca2b857a6b13f413953ad895
treef039c590d84bb4097dd76c26d159ba19d75687a9
parent3747c48d644c7a567bae13a44698c49e03046bdc
[lldb] Fix log statement in Socket::Write

We change num_bytes in this method, so this doesn't actually
log the parameter that we called the function with. No test
as we don't test logging code.

llvm-svn: 370887
lldb/source/Host/common/Socket.cpp