mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
virsh: Use vshPrint instead of printf
This commit is contained in:
parent
84d9142495
commit
8b9eb14a6d
@ -7670,7 +7670,7 @@ cmdQemuAgentCommand(vshControl *ctl, const vshCmd *cmd)
|
||||
}
|
||||
result = virDomainQemuAgentCommand(dom, guest_agent_cmd, timeout, flags);
|
||||
|
||||
if (result) printf("%s\n", result);
|
||||
vshPrint(ctl, "%s\n", result);
|
||||
|
||||
ret = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user