diff --git a/OpenRA.Mods.Common/Widgets/Logic/MainMenuLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/MainMenuLogic.cs index c57a015133..8f42fd31d6 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/MainMenuLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/MainMenuLogic.cs @@ -312,7 +312,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic { Game.RunAfterTick(() => // run on the main thread { - SetNewsStatus($"Failed to retrieve news: {e}"); + SetNewsStatus($"Failed to retrieve news: {e.Message}"); }); } });