Skip to content

Commit

Permalink
Print stat log as part of warning in history menu analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyTheFox committed Jan 31, 2025
1 parent 3563fed commit e5a316f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Script/Menu/History/ViewTypes/ReplayViewType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ public override void Shortcut1()
}
else
{
YargLogger.LogFormatWarning("({0}, {1}/{2}) FAILED verification",
profile.Name, profile.CurrentDifficulty, profile.CurrentDifficulty);
YargLogger.LogFormatWarning("({0}, {1}/{2}) FAILED verification. Stats:\n{3}",
profile.Name, profile.CurrentDifficulty, profile.CurrentDifficulty, item4: analysisResult.StatLog);
}
}
}
Expand Down

0 comments on commit e5a316f

Please sign in to comment.