OpenCoreMisc: Change early logging message

This commit is contained in:
vit9696 2019-07-17 08:11:13 +03:00
parent 7c4eb4cf82
commit eb084e983c

View File

@ -194,7 +194,7 @@ OcMiscEarlyInit (
if (!EFI_ERROR (Status)) {
DEBUG ((
DEBUG_INFO,
"OC: Boot timestamp: - %04u.%02u.%02u %02u:%02u:%02u\n",
"OC: Boot timestamp - %04u.%02u.%02u %02u:%02u:%02u\n",
BootTime.Year,
BootTime.Month,
BootTime.Day,
@ -205,7 +205,7 @@ OcMiscEarlyInit (
} else {
DEBUG ((
DEBUG_INFO,
"OC: Boot timestamp: - %r\n",
"OC: Boot timestamp - %r\n",
Status
));
}