More Logging

This commit is contained in:
2023-08-27 01:22:08 +02:00
parent bbd716383a
commit 2fcab1f1b1
6 changed files with 15 additions and 10 deletions

View File

@ -60,6 +60,7 @@ internal class DownloadClient : GlobalBase
if(referrer is not null)
requestMessage.Headers.Referrer = new Uri(referrer);
_lastExecutedRateLimit[requestType] = DateTime.Now;
Log($"Requesting {requestType} {url}");
response = Client.Send(requestMessage);
}
catch (HttpRequestException e)