This commit is contained in:
Ottermandias 2023-11-17 16:53:42 +01:00
parent ea65296ab7
commit 908239bf13

View file

@ -48,7 +48,7 @@ public class EphemeralConfig : ISavable
static void HandleDeserializationError(object? sender, ErrorEventArgs errorArgs)
{
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;
}