chore: GetAsync catch 未处理 logUri

This commit is contained in:
uye
2025-02-03 19:07:12 +08:00
parent d1eaff1d22
commit 5f6dee8df5

View File

@@ -152,7 +152,7 @@ namespace MaaWpfGui.Services.Web
}
catch (Exception e)
{
_logger.Error(e, "Failed to send GET request to {Uri}", uri);
_logger.Error(e, "Failed to send GET request to {Uri}", logUri ? uri : "***");
return null;
}
}