More logging.

This commit is contained in:
Filip Strajnar 2024-06-16 01:43:58 +02:00
parent fce225ee0c
commit 4421ca5fd6

View file

@ -31,6 +31,9 @@ int finalCode = await CommandLine
message.MessageId
);
message.LastHttpCode = (int)response.StatusCode;
Console.WriteLine(
$"{message.Id} - Deleting {message.MessageId} - {response.StatusCode}"
);
if (response.StatusCode == System.Net.HttpStatusCode.TooManyRequests)
{