[Orxonox-commit 5892] r10551 - code/branches/core7/src/libraries/core

landauf at orxonox.net landauf at orxonox.net
Thu Aug 27 22:50:34 CEST 2015


Author: landauf
Date: 2015-08-27 22:50:34 +0200 (Thu, 27 Aug 2015)
New Revision: 10551

Modified:
   code/branches/core7/src/libraries/core/Core.cc
Log:
fixed build

Modified: code/branches/core7/src/libraries/core/Core.cc
===================================================================
--- code/branches/core7/src/libraries/core/Core.cc	2015-08-27 20:41:54 UTC (rev 10550)
+++ code/branches/core7/src/libraries/core/Core.cc	2015-08-27 20:50:34 UTC (rev 10551)
@@ -312,7 +312,7 @@
 
     void Core::unloadModule(ModuleInstance* module)
     {
-        orxout(internal_info) << "Unloading module " << module->getName() << "..." << endl;
+        orxout(internal_info) << "Unloading module " << module->getLibraryName() << "..." << endl;
 
         StaticInitializationManager::getInstance().unloadModule(module);
 




More information about the Orxonox-commit mailing list