VirtualBox

Ignore:
Timestamp:
Jan 20, 2011 8:29:40 AM (14 years ago)
Author:
vboxsync
Message:

EFI: more log clean up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c

    r35642 r35644  
    458458                               &SectionHeader
    459459                               );
    460     DEBUG((DEBUG_LOAD, "%a:%d - %r\n", __FILE__, __LINE__, Status));
    461460      if (RETURN_ERROR (Status)) {
    462461        ImageContext->ImageError = IMAGE_ERROR_IMAGE_READ;
     
    10951094                                                            (UINTN)Hdr.Pe32->OptionalHeader.AddressOfEntryPoint
    10961095                                                            );
    1097       DEBUG((DEBUG_INFO, "%a:%d entry point %x\n", __FILE__, __LINE__, ImageContext->EntryPoint));
    10981096    } else {
    10991097      //
     
    11041102                                                            (UINTN)Hdr.Pe32Plus->OptionalHeader.AddressOfEntryPoint
    11051103                                                            );
    1106       DEBUG((DEBUG_INFO, "%a:%d entry point %x\n", __FILE__, __LINE__, ImageContext->EntryPoint));
    11071104    }
    11081105  } else {
     
    11131110                                (UINTN)Hdr.Te->StrippedSize
    11141111                                );
    1115       DEBUG((DEBUG_INFO, "%a:%d entry point %x\n", __FILE__, __LINE__, ImageContext->EntryPoint));
    11161112  }
    11171113
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