diff --git a/Synthesis.Bethesda.GUI/ViewModels/Config/ProfileVM.cs b/Synthesis.Bethesda.GUI/ViewModels/Config/ProfileVM.cs index 365ca2d2..c6c8191c 100644 --- a/Synthesis.Bethesda.GUI/ViewModels/Config/ProfileVM.cs +++ b/Synthesis.Bethesda.GUI/ViewModels/Config/ProfileVM.cs @@ -150,6 +150,13 @@ public ProfileVM(ConfigurationVM parent, GameRelease? release = null, string? id } return GetResponse.Succeed(null!); }) + .Do(x => + { + if (x.Failed) + { + Log.Logger.Warning($"Encountered blocking overall error: {x.Reason}"); + } + }) .ToGuiProperty(this, nameof(LargeOverallError), GetResponse.Fail("Uninitialized")); _BlockingError = Observable.CombineLatest(