diff --git a/src/Services/GuildDataService.cs b/src/Services/GuildDataService.cs index 501c953..0f697e4 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}\""); + _logger.LogInformation("Migrated GuildData: \"{oldPath}\" -> \"{newPath}\"", oldPath, newPath); } }