mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-23 17:04:12 +00:00
Fix logged message's grammar; bump version
This commit is contained in:
parent
29f2eeb31e
commit
c893b317f0
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ class AutoUserDownload : BackgroundService {
|
|||
Log("Exception thrown by download task: " + dl.Exception);
|
||||
break;
|
||||
} else if (!dl.IsCompletedSuccessfully) {
|
||||
Log($"Hang on processing {guild.Id}. Skipping.");
|
||||
Log($"Task for guild {guild.Id} is unresponsive. Skipping guild. Members: {guild.MemberCount}. Name: {guild.Name}.");
|
||||
lock (_failedDownloads) _failedDownloads.Add(guild.Id);
|
||||
continue;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>3.4.7</Version>
|
||||
<Version>3.4.8</Version>
|
||||
<Authors>NoiTheCat</Authors>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in a new issue