x86/EFI: Add newline to the end of graphics mode error message
authorDaniel Kiper <daniel.kiper@oracle.com>
Mon, 11 Aug 2014 13:13:04 +0000 (15:13 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 11 Aug 2014 13:13:04 +0000 (15:13 +0200)
Error message related to graphics mode does not have new line.
So, let's fix it.

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
xen/arch/x86/efi/boot.c

index 2b515f2953acd720b37fa4853b6ff651a319c304..3bdc15820a41085c44e3861e916fa2061a5e7c0e 100644 (file)
@@ -1360,7 +1360,7 @@ efi_start(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
                     break;
                 /* fall through */
             default:
-                PrintErr(L"Current graphics mode is unsupported!");
+                PrintErr(L"Current graphics mode is unsupported!\r\n");
                 status = EFI_UNSUPPORTED;
                 break;
             }