VirtualBox

Changeset 58510 in vbox for trunk/src/VBox/Devices/EFI


Ignore:
Timestamp:
Oct 30, 2015 12:17:20 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103831
Message:

BaseTools/Source/Python/GenFds/GenFds.py: Annotate changes from r97100.

File:
1 edited

Legend:

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

    r58466 r58510  
    494494                    FvSpaceInfoList.append((FvName, Total, Used, Free))
    495495
    496         GenFdsGlobalVariable.QuietLogger('\nFV Space Information')
     496        GenFdsGlobalVariable.QuietLogger('\nFV Space Information') # VBox: We want this info in -quiet builds too.
    497497        for FvSpaceInfo in FvSpaceInfoList:
    498498            Name = FvSpaceInfo[0]
     
    505505                Percentage = str((UsedSizeValue+0.0)/TotalSizeValue)[0:4].lstrip('0.')
    506506
    507             GenFdsGlobalVariable.QuietLogger(Name + ' ' + '[' + Percentage + '%Full] ' + str(TotalSizeValue) + ' total, ' + str(UsedSizeValue) + ' used, ' + str(FreeSizeValue) + ' free')
     507            GenFdsGlobalVariable.QuietLogger(Name + ' ' + '[' + Percentage + '%Full] ' + str(TotalSizeValue) + ' total, ' + str(UsedSizeValue) + ' used, ' + str(FreeSizeValue) + ' free') # VBox: Same as above.
    508508
    509509    ## PreprocessImage()
     
    560560        if GuidXRefFile.getvalue():
    561561            SaveFileOnChange(GuidXRefFileName, GuidXRefFile.getvalue(), False)
    562             GenFdsGlobalVariable.QuietLogger("\nGUID cross reference file can be found at %s" % GuidXRefFileName)
     562            GenFdsGlobalVariable.QuietLogger("\nGUID cross reference file can be found at %s" % GuidXRefFileName) # VBox: We want this info in -quiet builds too.
    563563        elif os.path.exists(GuidXRefFileName):
    564564            os.remove(GuidXRefFileName)
Note: See TracChangeset for help on using the changeset viewer.

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