Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Feb 26, 2024
1 parent e0302d4 commit 6cc2641
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ class TS3ApplicatorActor : public NActors::TActorBootstrapped<TS3ApplicatorActor
}
return;
}
}
}
const TString& url = ev->Get()->State->BuildUrl();
LOG_D("CommitMultipartUpload ERROR " << url);
if (RetryOperation(result.CurlResponseCode, result.Content.HttpResponseCode, url, "CommitMultipartUpload")) {
Expand Down Expand Up @@ -516,7 +516,7 @@ class TS3ApplicatorActor : public NActors::TActorBootstrapped<TS3ApplicatorActor
return;
}
const TString& url = ev->Get()->State->BuildUrl();
LOG_D("ListParts ERROR " << ev->Get()->State->BuildUrl());
LOG_D("ListParts ERROR " << url);
if (RetryOperation(result.CurlResponseCode, result.Content.HttpResponseCode, url, "ListParts")) {
PushListParts(ev->Get()->State);
}
Expand Down

0 comments on commit 6cc2641

Please sign in to comment.