Skip to content

Commit

Permalink
Fix build job
Browse files Browse the repository at this point in the history
  • Loading branch information
gleocadie committed Oct 25, 2024
1 parent 7de53cf commit 6eb8297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void DebugInfoStore::ParseModuleDebugInfo(ModuleID moduleId)
catch (PPDB::Exception const& ec)
{
Log::Warn("Failed to parse debug info from ", pdbFile,
".(Module: ", modulfilePathId, "Error name: ", ec.Name, ", code: ", std::hex, static_cast<std::uint32_t>(ec.Error), ", metadata table: ", static_cast<std::uint32_t>(ec.Table), ")");
".(Module: ", filePath, "Error name: ", ec.Name, ", code: ", std::hex, static_cast<std::uint32_t>(ec.Error), ", metadata table: ", static_cast<std::uint32_t>(ec.Table), ")");
}
catch (...)
{
Expand Down

0 comments on commit 6eb8297

Please sign in to comment.