From 3b9bdd1916ee96b3c35d9834204f9e42a1cdf212 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Tue, 13 Jun 2023 22:35:03 +0200 Subject: [PATCH] Removed useless console streaming logs --- Moonlight/App/Helpers/Wings/WingsConsole.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Moonlight/App/Helpers/Wings/WingsConsole.cs b/Moonlight/App/Helpers/Wings/WingsConsole.cs index c51910a8..c9840840 100644 --- a/Moonlight/App/Helpers/Wings/WingsConsole.cs +++ b/Moonlight/App/Helpers/Wings/WingsConsole.cs @@ -89,6 +89,10 @@ public class WingsConsole : IDisposable { await Work(); } + catch (JsonReaderException) + { + // ignore + } catch (Exception e) { Logger.Warn("Error connecting to wings console");