1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-17 21:17:50 +02:00
This commit is contained in:
Taloth Saldono 2019-08-25 14:49:17 +02:00
parent b1eec16333
commit c209c1c034

View File

@ -235,7 +235,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge
} }
catch (WebException ex) catch (WebException ex)
{ {
_logger.Error(ex, "Unble to test connection"); _logger.Error(ex, "Unable to test connection");
switch (ex.Status) switch (ex.Status)
{ {
case WebExceptionStatus.ConnectFailure: case WebExceptionStatus.ConnectFailure: