diff --git a/CMakeLists.txt b/CMakeLists.txt index 018406315..3e0e15ec2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -410,7 +410,7 @@ if(NOT TARGET atdna) # Import native atdna if cross-compiling find_package(atdna REQUIRED) if(NOT TARGET atdna) - message(FATAL_ERROR "atdna required for building URDE; please verify LLVM installation") + message(FATAL_ERROR "atdna required for building Metaforce; please verify LLVM installation") endif() endif() diff --git a/DataSpec/SpecMP1.cpp b/DataSpec/SpecMP1.cpp index f0f082ddb..d3ac0a208 100644 --- a/DataSpec/SpecMP1.cpp +++ b/DataSpec/SpecMP1.cpp @@ -57,7 +57,7 @@ namespace DataSpec { using namespace std::literals; -static logvisor::Module Log("metaforce::SpecMP1"); +static logvisor::Module Log("DataSpec::SpecMP1"); extern hecl::Database::DataSpecEntry SpecEntMP1; extern hecl::Database::DataSpecEntry SpecEntMP1PC; extern hecl::Database::DataSpecEntry SpecEntMP1ORIG; diff --git a/DataSpec/SpecMP2.cpp b/DataSpec/SpecMP2.cpp index f2280fd99..8cecc577c 100644 --- a/DataSpec/SpecMP2.cpp +++ b/DataSpec/SpecMP2.cpp @@ -25,7 +25,7 @@ namespace DataSpec { using namespace std::literals; -static logvisor::Module Log("metaforce::SpecMP2"); +static logvisor::Module Log("DataSpec::SpecMP2"); extern hecl::Database::DataSpecEntry SpecEntMP2; extern hecl::Database::DataSpecEntry SpecEntMP2ORIG; diff --git a/DataSpec/SpecMP3.cpp b/DataSpec/SpecMP3.cpp index f86c75e55..1199a33ca 100644 --- a/DataSpec/SpecMP3.cpp +++ b/DataSpec/SpecMP3.cpp @@ -22,7 +22,7 @@ namespace DataSpec { using namespace std::literals; -static logvisor::Module Log("metaforce::SpecMP3"); +static logvisor::Module Log("DataSpec::SpecMP3"); extern hecl::Database::DataSpecEntry SpecEntMP3; extern hecl::Database::DataSpecEntry SpecEntMP3ORIG;