diff --git a/lib/content.js b/lib/content.js index 0bcfcde..41bff94 100644 --- a/lib/content.js +++ b/lib/content.js @@ -261,7 +261,7 @@ const detectSubCategory = (torrent, files, typesPriority, contentType) => { blockBadName(torrent, path.toLowerCase()); if(torrent[ContentCategoryProp] == 'xxx') { - console.log('block because file' + path); + console.log('block because file ' + path); } return torrent[ContentCategoryProp] == 'xxx'; })