VirtualBox

Ignore:
Timestamp:
Jul 18, 2015 6:55:25 PM (9 years ago)
Author:
vboxsync
Message:

Runtime: Formatting fixes, time.cpp being the most significant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp

    r56290 r56978  
    144144    if (e_ident[EI_DATA] != ELFDATA2LSB)
    145145    {
    146         Log(("RTLdrELF: %s: ELF endian %x is unsupported\n", e_ident[EI_DATA]));
     146        Log(("RTLdrELF: %s: ELF endian %x is unsupported\n", pszLogName, e_ident[EI_DATA]));
    147147        return VERR_LDRELF_ODD_ENDIAN;
    148148    }
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