mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-20 10:13:20 +00:00
Update duplicacy_snapshot.go
This commit is contained in:
@@ -176,7 +176,7 @@ func LoadIncompleteSnapshot() (snapshot *Snapshot) {
|
|||||||
ChunkHashes: chunkHashes,
|
ChunkHashes: chunkHashes,
|
||||||
ChunkLengths: incompleteSnapshot.ChunkLengths,
|
ChunkLengths: incompleteSnapshot.ChunkLengths,
|
||||||
}
|
}
|
||||||
LOG_INFO("INCOMPLETE_LOAD", "Incomplete snpashot loaded from %s", snapshotFile)
|
LOG_INFO("INCOMPLETE_LOAD", "Incomplete snapshot loaded from %s", snapshotFile)
|
||||||
return snapshot
|
return snapshot
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user