mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 17:27:59 +00:00
Better error message for import fails.
This commit is contained in:
parent
0eab46ce32
commit
b2c4f0201c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public virtual void ProcessDropFolder(string dropFolder)
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.ErrorException("An error has occurred while importing folder" + subfolder, e);
|
||||
Logger.ErrorException("An error has occurred while importing folder: " + subfolder, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue