Merge pull request #295 from Caraxi/fix-autotranslate

Fix circular exception in AutoTranslatePayload
This commit is contained in:
goaaats 2021-04-08 16:54:18 +02:00 committed by GitHub
commit b8682f4539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ namespace Dalamud.Game.Text.SeStringHandling.Payloads
}
catch (Exception e)
{
Log.Error(e, $"AutoTranslatePayload - failed to resolve: {this}");
Log.Error(e, $"AutoTranslatePayload - failed to resolve: {this.Type} - Group: {this.group}, Key: {this.key}");
}
}