Downgraded more logs

This commit is contained in:
kay.one
2011-04-24 21:15:23 -07:00
parent 623857eb90
commit 6f4a9f577e
3 changed files with 6 additions and 6 deletions

View File

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