diff --git a/Dalamud/EntryPoint.cs b/Dalamud/EntryPoint.cs index fe7c2e792..016077188 100644 --- a/Dalamud/EntryPoint.cs +++ b/Dalamud/EntryPoint.cs @@ -182,9 +182,13 @@ namespace Dalamud } catch (Exception ex) { + Log.Error(ex, "Log cull failed"); + + /* var caption = "XIVLauncher Error"; var message = $"Log cull threw an exception: {ex.Message}\n{ex.StackTrace ?? string.Empty}"; _ = MessageBoxW(IntPtr.Zero, message, caption, MessageBoxType.IconError | MessageBoxType.Ok); + */ } }