Skip to content

Commit

Permalink
Merge pull request #149 from FFXIV-CombatReborn/aciton-logging-fix
Browse files Browse the repository at this point in the history
Action usage failures due to GCD cooldown will no longer trigger an e…
  • Loading branch information
NostraThomas99 authored May 13, 2024
2 parents 3673b43 + 53097dd commit b2f4593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RotationSolver/Commands/RSCommands_Actions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ public static void DoAction()
}

}
else
else if (Service.Config.InDebug)
{
Svc.Log.Error($"Failed to use the action {nextAction} ({nextAction.AdjustedID})");
Svc.Log.Verbose($"Failed to use the action {nextAction} ({nextAction.AdjustedID})");
}
}

Expand Down

0 comments on commit b2f4593

Please sign in to comment.