mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed: Recycle bin log message
(cherry picked from commit 9e1b799fb74c341510d6da98f9f658d642b25c02)
This commit is contained in:
parent
861e7db0ba
commit
7c8e874fb1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue