Skip to content

Commit

Permalink
Update src/libsync/syncfileitem.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu Gallien <[email protected]>
Signed-off-by: allexzander <[email protected]>
  • Loading branch information
allexzander and mgallien authored Oct 23, 2023
1 parent e4df423 commit 8a85239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/syncfileitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SyncJournalFileRecord SyncFileItem::toSyncJournalFileRecordWithInode(const QStri
rec._type = _type;
if (rec._type == ItemTypeVirtualFileDownload) {
rec._type = ItemTypeFile;
qCInfo(lcFileItem) << "Changing item type from virtual to normal file" << rec._path;
qCInfo(lcFileItem) << "Changing item type from ItemTypeVirtualFileDownload to normal file to avoid wrong record type in database" << rec._path;
}
if (rec._type == ItemTypeVirtualFileDehydration)
rec._type = ItemTypeVirtualFile;
Expand Down

0 comments on commit 8a85239

Please sign in to comment.