]> Git Repo - qemu.git/commitdiff
hw/misc/mos6522: Add trailing '\n' to qemu_log() calls
authorPhilippe Mathieu-Daudé <[email protected]>
Wed, 6 Jun 2018 14:59:21 +0000 (11:59 -0300)
committerDavid Gibson <[email protected]>
Tue, 12 Jun 2018 00:44:36 +0000 (10:44 +1000)
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: David Gibson <[email protected]>
hw/misc/mos6522.c

index 6163cea6ab38febc8cd8f50082636f230f5c8a5f..49166cb8ade9e6deec541aee6409019dd6191d5a 100644 (file)
@@ -189,12 +189,12 @@ static uint64_t mos6522_get_load_time(MOS6522State *s, MOS6522Timer *ti)
 
 static void mos6522_portA_write(MOS6522State *s)
 {
-    qemu_log_mask(LOG_UNIMP, "portA_write unimplemented");
+    qemu_log_mask(LOG_UNIMP, "portA_write unimplemented\n");
 }
 
 static void mos6522_portB_write(MOS6522State *s)
 {
-    qemu_log_mask(LOG_UNIMP, "portB_write unimplemented");
+    qemu_log_mask(LOG_UNIMP, "portB_write unimplemented\n");
 }
 
 uint64_t mos6522_read(void *opaque, hwaddr addr, unsigned size)
This page took 0.027437 seconds and 4 git commands to generate.