diff --git a/OpenRA.Mods.Common/Widgets/Logic/ServerListLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/ServerListLogic.cs index 28964315c5..a669bd64ee 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/ServerListLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/ServerListLogic.cs @@ -367,9 +367,10 @@ namespace OpenRA.Mods.Common.Widgets.Logic } } } - catch + catch (Exception e) { searchStatus = SearchStatus.Failed; + Log.Write("debug", $"Failed to query server list with exception: {e}"); } var lanGames = new List();