VirtualBox

Changeset 58835 in vbox


Ignore:
Timestamp:
Nov 23, 2015 5:48:44 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware/VBoxFsDxe: Remove some debug noise destroying the boot logo

Location:
trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi.c

    r56292 r58835  
    290290                                                       &PROTO_NAME(SimpleFileSystemProtocol), &pVolume->FileSystem,
    291291                                                       NULL);
     292#if DEBUG_LEVEL /* This error is always printed and destroys the boot logo. */
    292293        if (EFI_ERROR(Status))
    293294            Print(L"Fsw ERROR: InstallMultipleProtocolInterfaces returned %x\n", Status);
     295#endif
    294296    }
    295297    VBoxLogFlowFuncLeaveRC(Status);
  • trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_hfs.c

    r56292 r58835  
    3939#define DPRINT2(x,y) printf(x,y)
    4040#define BP(msg)    do { printf("ERROR: %s", msg); asm("int3"); } while (0)
    41 #else
     41#elif defined DEBUG_LEVEL
    4242#define CONCAT(x,y) x##y
    4343#define DPRINT(x) Print(CONCAT(L,x))
    4444#define DPRINT2(x,y) Print(CONCAT(L,x), y)
    4545#define BP(msg) DPRINT(msg)
     46#else
     47#define DPRINT(x) do { } while (0)
     48#define DPRINT2(x,y) do { } while (0)
     49#define BP(msg) do { } while (0)
    4650#endif
    4751
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette