Changeset 103938 in vbox for trunk/src/VBox/Devices/EFI
- Timestamp:
- Mar 20, 2024 9:05:12 AM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBmPrintScLib/StatusCodeHandler.c
r101291 r103938 206 206 // 207 207 if ((Value == mLoadPrep) || (Value == mStartPrep)) { 208 #ifndef VBOX /* This gets written everywhere even on the serial console, so get rid of it. */ 208 209 Print ( 209 210 L"%a: %a %s \"%s\" from %s\n", … … 214 215 DevPathString 215 216 ); 217 #endif 216 218 } else { 217 219 Print (
Note:
See TracChangeset
for help on using the changeset viewer.