mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 07:17:44 +00:00
Tweak debugging message in RPC client code
Make it clearer that a log message is for an outgoing message
This commit is contained in:
parent
b4633113fc
commit
d48a0597e3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user