mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
Fix circular exception in AutoTranslatePayload
This commit is contained in:
parent
3f41c20a12
commit
e3c39ec6a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue