Update logging to indicate a hardlink is being attempted

pull/6342/head
bakerboy448 4 months ago committed by GitHub
parent 431c66c7c1
commit 16e5ffa467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ namespace NzbDrone.Core.MediaFiles
if (_configService.CopyUsingHardlinks)
{
_logger.Debug("Hardlinking episode file: {0} to {1}", episodeFile.Path, filePath);
_logger.Debug("Attempting to hardlink episode file: {0} to {1}", episodeFile.Path, filePath);
return TransferFile(episodeFile, localEpisode.Series, localEpisode.Episodes, filePath, TransferMode.HardLinkOrCopy, localEpisode);
}

Loading…
Cancel
Save