Skip to content

Commit

Permalink
Log parent container in song removal
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Jun 25, 2024
1 parent 41bcded commit 39be708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harmony/Sync/SyncDataActor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ actor SyncDataActor {
}
)
for songToRemove in songsForRemoval {
Logger.sync.debug("Removing song: \(songToRemove.url)")
Logger.sync.debug("Removing song: \(songToRemove.url) parentContainer: \(songToRemove.parentContainerId)")
modelContext.delete(songToRemove)
}
try modelContext.save()
Expand Down

0 comments on commit 39be708

Please sign in to comment.