1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-02-14 12:20:55 +02:00

Fixed: Recycle bin log message

Closes #4908
This commit is contained in:
Mark McDowall 2022-02-21 10:48:26 -08:00
parent 8946b401cf
commit 9e1b799fb7

View File

@ -95,7 +95,7 @@ namespace NzbDrone.Core.MediaFiles
try
{
_logger.Debug("Creating folder [0]", destinationFolder);
_logger.Debug("Creating folder {0}", destinationFolder);
_diskProvider.CreateFolder(destinationFolder);
}
catch (IOException e)