Fix circular exception in AutoTranslatePayload

This commit is contained in:
Cara 2021-04-08 17:18:54 +09:30
parent 3f41c20a12
commit e3c39ec6a2

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}");
}
}