|
@@ -259,7 +259,6 @@ class RemoteSyncService {
|
|
await _db.getDevicePathIDToLocalIDMap();
|
|
await _db.getDevicePathIDToLocalIDMap();
|
|
bool moreFilesMarkedForBackup = false;
|
|
bool moreFilesMarkedForBackup = false;
|
|
for (final deviceCollection in deviceCollections) {
|
|
for (final deviceCollection in deviceCollections) {
|
|
- _logger.fine("processing ${deviceCollection.name}");
|
|
|
|
final Set<String> localIDsToSync =
|
|
final Set<String> localIDsToSync =
|
|
pathIdToLocalIDs[deviceCollection.id] ?? {};
|
|
pathIdToLocalIDs[deviceCollection.id] ?? {};
|
|
if (deviceCollection.uploadStrategy == UploadStrategy.ifMissing) {
|
|
if (deviceCollection.uploadStrategy == UploadStrategy.ifMissing) {
|
|
@@ -400,7 +399,7 @@ class RemoteSyncService {
|
|
if (collectionByID == null || collectionByID.isDeleted) {
|
|
if (collectionByID == null || collectionByID.isDeleted) {
|
|
_logger.info(
|
|
_logger.info(
|
|
"Collection $deviceCollectionID either deleted or missing "
|
|
"Collection $deviceCollectionID either deleted or missing "
|
|
- "for path ${deviceCollection.name}",
|
|
|
|
|
|
+ "for path ${deviceCollection.id}",
|
|
);
|
|
);
|
|
deviceCollectionID = -1;
|
|
deviceCollectionID = -1;
|
|
}
|
|
}
|