From 0d0efe30f60a821d5b7b00a4362a7881c9eab32e Mon Sep 17 00:00:00 2001 From: Macintosh II <95250141+mctaylors@users.noreply.github.com> Date: Fri, 22 Sep 2023 15:23:17 +0300 Subject: [PATCH] Update src/Services/GuildDataService.cs Co-authored-by: Octol1ttle Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com> --- src/Services/GuildDataService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/GuildDataService.cs b/src/Services/GuildDataService.cs index 0f697e4..e3c0b96 100644 --- a/src/Services/GuildDataService.cs +++ b/src/Services/GuildDataService.cs @@ -139,7 +139,7 @@ public sealed class GuildDataService : IHostedService Directory.CreateDirectory($"{newPath}/.."); Directory.Move(oldPath, newPath); - _logger.LogInformation("Migrated GuildData: \"{oldPath}\" -> \"{newPath}\"", oldPath, newPath); + _logger.LogInformation("Moved guild data to separate folder: \"{OldPath}\" -> \"{NewPath}\"", oldPath, newPath); } }