diff --git a/src/Companion.cpp b/src/Companion.cpp index a001922..5703078 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -611,7 +611,7 @@ void Companion::Process() { SPDLOG_INFO("Version: {}", this->gCartridge->GetVersion()); SPDLOG_INFO("Country: [{}]", this->gCartridge->GetCountryCode()); SPDLOG_INFO("Hash: {}", this->gCartridge->GetHash()); - SPDLOG_INFO("Assets: {}", this->gAssetPath); + SPDLOG_INFO("Assets: {}", this->gAssetPath); AudioManager::Instance = new AudioManager(); auto wrapper = this->gConfig.exporterType == ExportType::Binary ? new SWrapper(this->gConfig.outputPath) : nullptr;