Update logging to indicate a hardlink is being attempted

(cherry picked from commit 16e5ffa467f72e52c750143c835f6ee1c1c2460b)

Closes #4455
pull/4470/head
bakerboy448 4 months ago committed by Bogdan
parent b141a8b2d5
commit 74834988b5

@ -92,7 +92,7 @@ namespace NzbDrone.Core.MediaFiles
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…
Cancel
Save