1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-29 18:15:37 -04:00

Better error message for import fails.

This commit is contained in:
Mark McDowall
2012-09-23 15:04:53 -07:00
parent 0eab46ce32
commit b2c4f0201c

View File

@@ -46,7 +46,7 @@ namespace NzbDrone.Core.Providers
}
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);
}
}