mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Better error message for import fails.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace NzbDrone.Core.Providers
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
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