Skip to content

Typo in log message of gitlab-rake gitlab:artifacts:migrate

Michael Bisbjerg requested to merge LordMike/gitlab-ce:patch-29 into master

Small typo in log output of gitlab-rake gitlab:artifacts:migrate. It will originally write:

I, [2018-09-26T18:26:03.898684 #6118]  INFO -- : Transferred artifacts of 11688 of 18508540 to object storage
I, [2018-09-26T18:26:08.974035 #6118]  INFO -- : Transferred artifacts of 135036 of 199474267 to object storage
I, [2018-09-26T18:26:19.507309 #6118]  INFO -- : Transferred artifacts of 135040 of 380667132 to object storage
I, [2018-09-26T18:26:20.111301 #6118]  INFO -- : Transferred artifacts of 135066 of 9521079 to object storage
I, [2018-09-26T18:26:20.755758 #6118]  INFO -- : Transferred artifacts of 135077 of 19232467 to object storage

Where the correct form would be: Transferred artifacts ID 135077 with size 19232467 to object storage

Edited by Michael Bisbjerg

Merge request reports