Remove unnecessary logging confusing people

This commit is contained in:
Łukasz Domeradzki
2024-04-06 01:13:09 +02:00
parent ecf6846255
commit df0ede4ccc

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