Tweak debugging message in RPC client code

Make it clearer that a log message is for an outgoing message
This commit is contained in:
Daniel P. Berrange 2011-08-16 09:48:03 -07:00
parent b4633113fc
commit d48a0597e3

View File

@ -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,