mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-08 20:59:57 +02:00
Update logging to indicate a hardlink is being attempted
(cherry picked from commit 16e5ffa467f72e52c750143c835f6ee1c1c2460b) Closes #4455
This commit is contained in:
parent
b141a8b2d5
commit
74834988b5
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ public TrackFile CopyTrackFile(TrackFile trackFile, LocalTrack localTrack)
|
|||
|
||||
if (_configService.CopyUsingHardlinks)
|
||||
{
|
||||
_logger.Debug("Hardlinking track file: {0} to {1}", trackFile.Path, filePath);
|
||||
_logger.Debug("Attempting to hardlink track file: {0} to {1}", trackFile.Path, filePath);
|
||||
return TransferFile(trackFile, localTrack.Artist, localTrack.Tracks, filePath, TransferMode.HardLinkOrCopy);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue