aboutsummaryrefslogtreecommitdiffstats
path: root/hw/goldfish_nand.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/goldfish_nand.c')
-rw-r--r--hw/goldfish_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/goldfish_nand.c b/hw/goldfish_nand.c
index 933edc9..af921b7 100644
--- a/hw/goldfish_nand.c
+++ b/hw/goldfish_nand.c
@@ -708,7 +708,7 @@ void nand_add_dev(const char *arg)
TempFile* tmp = tempfile_create();
if (tmp == NULL) {
- XLOG("could not create temp file for %.*s NAND disk image: %s",
+ XLOG("could not create temp file for %.*s NAND disk image: %s\n",
devname_len, devname, strerror(errno));
exit(1);
}