Horizon

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 23  →  ?path2? @ 24
/Horizon/Snapshots/SnapshotManagerForm.cs
@@ -1621,7 +1621,7 @@
}
}
}
catch (SocketException exception)
catch (Exception exception) when (exception is TimeoutException || exception is SocketException)
{
Log.Error(exception, "Client threw exception.");
}