Logging notification tweaks

This commit is contained in:
kay.one 2011-07-05 23:17:21 -07:00
commit fc0d7fc72f
8 changed files with 29 additions and 28 deletions

View file

@ -136,7 +136,7 @@ namespace NzbDrone.Core
return parsedEpisode;
}
}
Logger.Warn("Unable to parse text into episode info. {0}", title);
Logger.Warn("Unable to parse episode info. {0}", title);
return null;
}