Better error message for import fails.

pull/4/head
Mark McDowall 12 years ago
parent 0eab46ce32
commit b2c4f0201c

@ -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);
} }
} }

Loading…
Cancel
Save