X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Flaunch.c;h=03ad39b4b3b61df873ea9d13fa1740bde8efd1ba;hp=11d1acffd8a4620f0d401c0779cdebd3b8384a7a;hb=2faef37957629e0436308e759211209e5e823ee0;hpb=a24652c7b27e8494268ccb6c9a5a2e5541ba5efd diff --git a/src/launch.c b/src/launch.c index 11d1acf..03ad39b 100644 --- a/src/launch.c +++ b/src/launch.c @@ -1083,7 +1083,8 @@ test_qemu (guestfs_h *g) * probably indicates that the qemu binary is missing. */ if (test_qemu_cmd (g, cmd, &g->qemu_help) == -1) { - perrorf (g, _("%s: command failed: If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU environment variable."), cmd); + error (g, _("command failed: %s\n\nIf qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\nenvironment variable. There may also be errors printed above."), + cmd); return -1; }