lib: Debug print all arguments of virNetworkUpdate()

Somehow, command argument was not printed into debug logs. It is
imperative that all arguments are logged.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Michal Privoznik 2021-03-01 19:22:48 +01:00
parent 6e9c4811be
commit d8576d70e5

View File

@ -530,8 +530,8 @@ virNetworkUpdate(virNetworkPtr network,
unsigned int flags)
{
virConnectPtr conn;
VIR_DEBUG("network=%p, section=%d, parentIndex=%d, xml=%s, flags=0x%x",
network, section, parentIndex, xml, flags);
VIR_DEBUG("network=%p, command=%d, section=%d, parentIndex=%d, xml=%s, flags=0x%x",
network, command, section, parentIndex, xml, flags);
virResetLastError();