This commit is contained in:
tidusjar 2017-02-08 21:13:07 +00:00
parent 2345c3ff61
commit ccfaa56eaf
2 changed files with 25 additions and 5 deletions

View file

@ -193,7 +193,7 @@ namespace Ombi.UI.Modules
{
// Approve it
request.Approved = true;
Log.Warn("We approved movie: {0} but could not add it to CouchPotato/Watcher because it has not been setup", request.Title);
Log.Warn("We approved movie: {0} but could not add it to CouchPotato/Watcher/Radarr because it has not been setup", request.Title);
// Update the record
var inserted = await Service.UpdateRequestAsync(request);