Skip to content

Commit

Permalink
fix: s/syncOverwriteResaonNewerLMT/syncOverwriteReasonNewerLMT/g
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored Sep 29, 2023
1 parent a756368 commit 99f2bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/syncComparator.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (f *syncDestinationComparator) processIfNecessary(destinationObject StoredO
syncComparatorLog(sourceObjectInMap.relativePath, syncStatusSkipped, syncSkipReasonSameHash, false)
return nil
} else if sourceObjectInMap.isMoreRecentThan(destinationObject, f.preferSMBTime) {
syncComparatorLog(sourceObjectInMap.relativePath, syncStatusOverwritten, syncOverwriteResaonNewerLMT, false)
syncComparatorLog(sourceObjectInMap.relativePath, syncStatusOverwritten, syncOverwriteReasonNewerLMT, false)
return f.copyTransferScheduler(sourceObjectInMap)
}

Expand Down

0 comments on commit 99f2bd8

Please sign in to comment.