Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 27, 2015, 10:50:34 PM (9 years ago)
Author:
landauf
Message:

fixed build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/Core.cc

    r10550 r10551  
    313313    void Core::unloadModule(ModuleInstance* module)
    314314    {
    315         orxout(internal_info) << "Unloading module " << module->getName() << "..." << endl;
     315        orxout(internal_info) << "Unloading module " << module->getLibraryName() << "..." << endl;
    316316
    317317        StaticInitializationManager::getInstance().unloadModule(module);
Note: See TracChangeset for help on using the changeset viewer.