mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
parent
8946b401cf
commit
9e1b799fb7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue