mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
chore: 优化日志输出
This commit is contained in:
@@ -428,7 +428,7 @@ public class InfrastSettingsUserControlModel : TaskViewModel
|
||||
{
|
||||
var count = CustomInfrastPlanInfoList.Count;
|
||||
value = ((value % count) + count) % count;
|
||||
_logger.Warning($"CustomInfrastPlanIndex out of range, reset to Index % Count: {value}");
|
||||
_logger.Warning("CustomInfrastPlanIndex out of range, reset to Index % Count: {Value}", value);
|
||||
}
|
||||
|
||||
if (value != _customInfrastPlanIndex && NeedAddCustomInfrastPlanInfo)
|
||||
|
||||
Reference in New Issue
Block a user