Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
log (as info level) when downloading a movie
Browse files Browse the repository at this point in the history
  • Loading branch information
killroyboy committed Dec 21, 2016
1 parent dce37f5 commit a5bcb04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ var handleResponse = function (body) {
}

if (matchCriteria) {
logger.info('Downloading', movie.title_long);
downloadFile(movie);
}

Expand Down

0 comments on commit a5bcb04

Please sign in to comment.