1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: Recycle bin log message

(cherry picked from commit 9e1b799fb74c341510d6da98f9f658d642b25c02)
This commit is contained in:
Mark McDowall
2022-02-21 10:48:26 -08:00
committed by Robin Dadswell
parent ff409d3661
commit 69207ba77b
@@ -90,7 +90,7 @@ namespace NzbDrone.Core.MediaFiles
try try
{ {
_logger.Debug("Creating folder [0]", destinationFolder); _logger.Debug("Creating folder {0}", destinationFolder);
_diskProvider.CreateFolder(destinationFolder); _diskProvider.CreateFolder(destinationFolder);
} }
catch (IOException e) catch (IOException e)