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; } }