mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: Use vshPrint instead of printf
This commit is contained in:
@@ -573,7 +573,7 @@ cmdQemuMonitorCommand(vshControl *ctl, const vshCmd *cmd)
|
||||
if (virDomainQemuMonitorCommand(dom, monitor_cmd, &result, flags) < 0)
|
||||
goto cleanup;
|
||||
|
||||
printf("%s\n", result);
|
||||
vshPrint(ctl, "%s\n", result);
|
||||
|
||||
ret = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user