Ver Fonte

Update moduleManager.cc

Fixed the second case. Warning seems correct.
Peter Robinson há 2 anos atrás
pai
commit
b76e74b782
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      engine/source/module/moduleManager.cc

+ 1 - 1
engine/source/module/moduleManager.cc

@@ -565,7 +565,7 @@ bool ModuleManager::unloadModuleGroup( const char* pModuleGroup )
             if ( mEchoInfo )
             if ( mEchoInfo )
             {
             {
                 Con::printf( "Module Manager: Unloading group '%s' but could not unload module Id '%s' at version Id '%d'.",
                 Con::printf( "Module Manager: Unloading group '%s' but could not unload module Id '%s' at version Id '%d'.",
-                    moduleGroup, pLoadReadyModuleDefinition->getModuleId(), pLoadedEntry->mpModuleDefinition->getVersionId() );
+                    moduleGroup, pLoadReadyModuleDefinition->getModuleId(), pLoadReadyModuleDefinition->getVersionId() );
             }
             }
             // Skip.
             // Skip.
             continue;
             continue;