]> git.proxmox.com Git - qemu.git/blobdiff - arch_init.c
Merge remote-tracking branch 'stefanha/block' into staging
[qemu.git] / arch_init.c
index 2eaa2860b2ade149b522419f758fc401426b5827..fdd52437704eabbdfb0f696ae431db33f963e351 100644 (file)
@@ -1125,8 +1125,8 @@ void do_acpitable_option(const QemuOpts *opts)
 
     acpi_table_add(opts, &err);
     if (err) {
-        fprintf(stderr, "Wrong acpi table provided: %s\n",
-                error_get_pretty(err));
+        error_report("Wrong acpi table provided: %s",
+                     error_get_pretty(err));
         error_free(err);
         exit(1);
     }