Re: [PATCH 1/2] lib: Debug print all arguments of virNetworkUpdate()

2021-03-15 Thread Ján Tomko
On a Tuesday in 2021, Michal Privoznik wrote: Somehow, command argument was not printed into debug logs. It is imperative that all arguments are logged. Signed-off-by: Michal Privoznik --- src/libvirt-network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Ján Tomko

[PATCH 1/2] lib: Debug print all arguments of virNetworkUpdate()

2021-03-02 Thread Michal Privoznik
Somehow, command argument was not printed into debug logs. It is imperative that all arguments are logged. Signed-off-by: Michal Privoznik --- src/libvirt-network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libvirt-network.c b/src/libvirt-network.c index