2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 23:07:42 +00:00

DataSpec: Use DataSpec:: prefix in logging

Update a missed URDE string reference
This commit is contained in:
2021-04-10 09:37:03 -04:00
parent 9bae2f943e
commit 8035846021
4 changed files with 4 additions and 4 deletions

View File

@@ -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;