aboutsummaryrefslogtreecommitdiff
path: root/hw/phys-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/phys-map.c')
-rw-r--r--hw/phys-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/phys-map.c b/hw/phys-map.c
index a2b5dbd..fe949e4 100644
--- a/hw/phys-map.c
+++ b/hw/phys-map.c
@@ -184,7 +184,7 @@ void phys_map_get(uint64_t gcid, enum phys_map_type type,
error:
/* Something has gone really wrong */
- prlog(PR_EMERG, "ERROR: Failed to lookup BAR type:%i index:%i",
+ prlog(PR_EMERG, "ERROR: Failed to lookup BAR type:%i index:%i\n",
type, index);
assert(0);
}