VirtualBox

Changeset 12146 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 5, 2008 4:27:28 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36108
Message:

IPRT/ldrNative-posix: LogRel dlopen errors so we can get the exact error on the release log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp

    r8245 r12146  
    8080        return VINF_SUCCESS;
    8181    }
    82     Log(("rtldrNativeLoad: dlopen('%s', RTLD_NOW | RTLD_LOCAL) failed: %s\n", pszFilename, dlerror()));
     82    LogRel(("rtldrNativeLoad: dlopen('%s', RTLD_NOW | RTLD_LOCAL) failed: %s\n", pszFilename, dlerror()));
    8383    return VERR_FILE_NOT_FOUND;
    8484}
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