Index: /trunk/src/VBox/Devices/PC/DevAPIC.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/DevAPIC.cpp	(revision 31236)
+++ /trunk/src/VBox/Devices/PC/DevAPIC.cpp	(revision 31237)
@@ -1042,5 +1042,5 @@
                 static unsigned s_c = 0;
                 if (s_c++ < 5)
-                    LogRel(("delivery type APIC_DM_FIXED not implemented. u8Pin=%d u8Level=%d", u8Pin, u8Level));
+                    LogRel(("delivery type APIC_DM_FIXED not implemented. u8Pin=%d u8Level=%d\n", u8Pin, u8Level));
                 return  VINF_SUCCESS;
             }
@@ -1051,5 +1051,5 @@
                 static unsigned s_c = 0;
                 if (s_c++ < 100)
-                    AssertLogRelMsgFailed(("delivery type %d not implemented. u8Pin=%d u8Level=%d", u8Delivery, u8Pin, u8Level));
+                    AssertLogRelMsgFailed(("delivery type %d not implemented. u8Pin=%d u8Level=%d\n", u8Delivery, u8Pin, u8Level));
                 return VERR_INTERNAL_ERROR_4;
             }
