mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #295 from Caraxi/fix-autotranslate
Fix circular exception in AutoTranslatePayload
This commit is contained in:
commit
b8682f4539
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