From 24774f30ec67666ddeffc47ded188ad92eb9deee Mon Sep 17 00:00:00 2001 From: Flaminel Date: Sun, 10 Nov 2024 00:20:17 +0200 Subject: [PATCH] fixed unfinished line; downgraded packages --- code/Executable/Executable.csproj | 4 ++-- .../Verticals/FrozenTorrent/FrozenTorrentHandler.cs | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/code/Executable/Executable.csproj b/code/Executable/Executable.csproj index 98b0b1af..4ba2a210 100644 --- a/code/Executable/Executable.csproj +++ b/code/Executable/Executable.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/code/Infrastructure/Verticals/FrozenTorrent/FrozenTorrentHandler.cs b/code/Infrastructure/Verticals/FrozenTorrent/FrozenTorrentHandler.cs index 5c2df104..548b3029 100644 --- a/code/Infrastructure/Verticals/FrozenTorrent/FrozenTorrentHandler.cs +++ b/code/Infrastructure/Verticals/FrozenTorrent/FrozenTorrentHandler.cs @@ -57,7 +57,7 @@ public sealed class FrozenTorrentHandler } catch { - _logger.LogWarning("queue list failed | {uri}", sonarrUri); + _logger.LogError("queue list failed | {uri}", sonarrUri); throw; } @@ -92,7 +92,8 @@ public sealed class FrozenTorrentHandler } catch { - _logger + _logger.LogError("queue delete failed | {uri}", sonarrUri); + throw; } }