Update duplicacy_backupmanager.go

This commit is contained in:
countextreme
2017-08-28 13:15:22 -04:00
committed by GitHub
parent 6f70b37d61
commit 4a80d94b63

View File

@@ -1026,7 +1026,7 @@ func (manager *BackupManager) UploadSnapshot(chunkMaker *ChunkMaker, uploader *C
totalUploadedSnapshotChunkSize += int64(chunkSize)
totalUploadedSnapshotChunkBytes += int64(uploadSize)
} else {
LOG_DEBUG("CHUNK_EXIST", "Skipped snpashot chunk %s in the storage", chunk.GetID())
LOG_DEBUG("CHUNK_EXIST", "Skipped snapshot chunk %s in the storage", chunk.GetID())
}
}