mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-19 21:27:55 +02:00
Typo
This commit is contained in:
parent
b1eec16333
commit
c209c1c034
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user