mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
Fixed: Recycle bin log message
(cherry picked from commit 9e1b799fb74c341510d6da98f9f658d642b25c02)
This commit is contained in:
committed by
bakerboy448
parent
a677098f0f
commit
cf0a15a308
@@ -90,7 +90,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
|
||||
try
|
||||
{
|
||||
_logger.Debug("Creating folder [0]", destinationFolder);
|
||||
_logger.Debug("Creating folder {0}", destinationFolder);
|
||||
_diskProvider.CreateFolder(destinationFolder);
|
||||
}
|
||||
catch (IOException e)
|
||||
|
||||
Reference in New Issue
Block a user