mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-26 13:15:05 -04:00
Better error message for import fails.
This commit is contained in:
1 parent
0eab46ce32
commit
b2c4f0201c
1 file changed
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user