]> Git Repo - qemu.git/blobdiff - hw/ppc/spapr.c
error: Strip trailing '\n' from error string arguments (again)
[qemu.git] / hw / ppc / spapr.c
index 091cdb1e1fd2a2d955ebdc7b9962460fd5b424c4..50e5a268da42a83ae38a85b926c8f3fd896a46c5 100644 (file)
@@ -1836,7 +1836,8 @@ static void ppc_spapr_init(MachineState *machine)
         ram_addr_t hotplug_mem_size = machine->maxram_size - machine->ram_size;
 
         if (machine->ram_slots > SPAPR_MAX_RAM_SLOTS) {
-            error_report("Specified number of memory slots %"PRIu64" exceeds max supported %d\n",
+            error_report("Specified number of memory slots %" PRIu64
+                         " exceeds max supported %d",
                          machine->ram_slots, SPAPR_MAX_RAM_SLOTS);
             exit(EXIT_FAILURE);
         }
This page took 0.023311 seconds and 4 git commands to generate.