VirtualBox

Changeset 12709 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 25, 2008 9:24:33 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37018
Message:

pdmR3LoadR3U: display the filename we've constructed and passed to RTLdrLoad instead of the input (pszFilename).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMLdr.cpp

    r11889 r12709  
    296296
    297297    /* Something went wrong, most likely module not found. Don't consider other unlikely errors */
     298    rc = VMSetError(pUVM->pVM, rc, RT_SRC_POS, N_("Unable to load R3 module %s (%s)"), pModule->szFilename, pszName);
    298299    RTMemFree(pModule);
    299     return VMSetError(pUVM->pVM, rc, RT_SRC_POS, N_("Unable to load R3 module %s"), pszFilename);
     300    return rc;
    300301}
    301302
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