mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 19:54:54 -06: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