VirtualBox

Changeset 58511 in vbox for trunk


Ignore:
Timestamp:
Oct 30, 2015 12:20:22 AM (9 years ago)
Author:
vboxsync
Message:

BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py: Annotate changes for r97100.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py

    r58466 r58511  
    634634        EdkLogger.info(msg)
    635635
     636    # VBox - begin - Used by GenFds to show firmware space allocs during --quiet builds, and maybe more.
    636637    def QuietLogger (msg):
    637638        EdkLogger.quiet(msg)
     639    # VBox - end
    638640
    639641    def ErrorLogger (msg, File = None, Line = None, ExtraData = None):
     
    730732    InfLogger = staticmethod(InfLogger)
    731733    ErrorLogger = staticmethod(ErrorLogger)
    732     QuietLogger = staticmethod(QuietLogger)
     734    QuietLogger = staticmethod(QuietLogger) # VBox: Used by GenFds to show firmware space allocs during --quiet builds, and maybe more.
    733735    DebugLogger = staticmethod(DebugLogger)
    734736    MacroExtend = staticmethod (MacroExtend)
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