mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24:17 +01:00
Meep.
This commit is contained in:
parent
ea65296ab7
commit
908239bf13
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public class EphemeralConfig : ISavable
|
||||||
static void HandleDeserializationError(object? sender, ErrorEventArgs errorArgs)
|
static void HandleDeserializationError(object? sender, ErrorEventArgs errorArgs)
|
||||||
{
|
{
|
||||||
Penumbra.Log.Error(
|
Penumbra.Log.Error(
|
||||||
$"Error parsing Configuration at {errorArgs.ErrorContext.Path}, using default or migrating:\n{errorArgs.ErrorContext.Error}");
|
$"Error parsing ephemeral Configuration at {errorArgs.ErrorContext.Path}, using default or migrating:\n{errorArgs.ErrorContext.Error}");
|
||||||
errorArgs.ErrorContext.Handled = true;
|
errorArgs.ErrorContext.Handled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue