Don't just swallow the web exception.

This commit is contained in:
Matthias Mailänder
2021-08-22 20:08:01 +02:00
committed by abcdefg30
parent 3d73d5ef29
commit 6b3eee8481

View File

@@ -367,9 +367,10 @@ namespace OpenRA.Mods.Common.Widgets.Logic
} }
} }
} }
catch catch (Exception e)
{ {
searchStatus = SearchStatus.Failed; searchStatus = SearchStatus.Failed;
Log.Write("debug", $"Failed to query server list with exception: {e}");
} }
var lanGames = new List<GameServer>(); var lanGames = new List<GameServer>();