Remove unnecessary logging confusing people

This commit is contained in:
Łukasz Domeradzki 2024-04-06 01:13:09 +02:00
parent ecf6846255
commit df0ede4ccc
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -237,8 +237,6 @@ public sealed class ArchiHandler : ClientMsgHandler {
case EResult.ServiceUnavailable:
case EResult.Timeout:
// Expected failures that we should be able to retry
ArchiLogger.LogGenericDebug(string.Format(CultureInfo.CurrentCulture, Strings.WarningFailedWithError, serviceMethodResponse.Result));
continue;
case EResult.NoMatch:
// Expected failures that we're not going to retry