mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
perf: 减少预期外的error日志
This commit is contained in:
@@ -180,7 +180,7 @@ std::optional<int> asst::FightTimesTaskPlugin::select_series(bool available_only
|
||||
}
|
||||
}
|
||||
close_series_list();
|
||||
Log.error(__FUNCTION__, "no available series found");
|
||||
(available_only ? LogInfo : LogError) << __FUNCTION__ << "no available series found";
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user