Skip to content

Commit

Permalink
🎨 Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 14, 2024
1 parent 01248e7 commit c2ed63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ func (repo *Repo) updateCloudIndexes(latest, cloudLatest *entity.Index, trafficS
break
}
if !confirmed {
logging.LogErrorf("final confirm uploaded cloud [refs/latest] failed: data not equal [local=%s, downloaded=%s]", latestData, latestData)
logging.LogErrorf("final confirm uploaded cloud [refs/latest] failed")
errLock.Lock()
errs = append(errs, errors.New("confirm uploaded cloud [refs/latest] failed"))
errLock.Unlock()
Expand Down

0 comments on commit c2ed63c

Please sign in to comment.