diff --git a/src/Base/Type.cpp b/src/Base/Type.cpp index c86ed6a687..5197df66dc 100644 --- a/src/Base/Type.cpp +++ b/src/Base/Type.cpp @@ -125,7 +125,7 @@ void Type::importModule(const char* typeName) // lets load the module Interpreter().loadModule(mod.c_str()); #ifdef FC_LOGLOADMODULE - Console().log("Act: Module %s loaded through class %s \n", Mod.c_str(), typeName); + Console().log("Act: Module %s loaded through class %s \n", mod.c_str(), typeName); #endif loadModuleSet.insert(mod); }