提交 d48a0597 编写于 作者: D Daniel P. Berrange

Tweak debugging message in RPC client code

Make it clearer that a log message is for an outgoing message
上级 b4633113
......@@ -1045,7 +1045,7 @@ static int virNetClientIO(virNetClientPtr client,
{
int rv = -1;
VIR_DEBUG("program=%u version=%u serial=%u proc=%d type=%d length=%zu dispatch=%p",
VIR_DEBUG("Outgoing message prog=%u version=%u serial=%u proc=%d type=%d length=%zu dispatch=%p",
thiscall->msg->header.prog,
thiscall->msg->header.vers,
thiscall->msg->header.serial,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册