chore: 添加日志

This commit is contained in:
uye
2024-10-21 17:03:19 +08:00
parent ff2683f700
commit 2beaedbd8d

View File

@@ -528,6 +528,7 @@ namespace MaaWpfGui.ViewModels.UI
if (!_runningState.GetIdle())
{
_logger.Information("Not idle, Stop and CloseDown");
await Stop();
}
@@ -1066,6 +1067,7 @@ namespace MaaWpfGui.ViewModels.UI
{
if (!_runningState.GetIdle())
{
_logger.Information("Not idle, return.");
return;
}