mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OpenCoreMisc: Change early logging message
This commit is contained in:
parent
7c4eb4cf82
commit
eb084e983c
@ -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
|
||||
));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user