diff options
Diffstat (limited to 'lib/generators/website.js')
-rw-r--r-- | lib/generators/website.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generators/website.js b/lib/generators/website.js index d40ffa8..a58e3c4 100644 --- a/lib/generators/website.js +++ b/lib/generators/website.js @@ -142,7 +142,7 @@ Generator.prototype.convertFile = function(input) { var basePath = path.relative(path.dirname(output), that.options.output) || "."; if (process.platform === 'win32') basePath = basePath.replace(/\\/g, '/'); - that.book.log.info.ln("write parsed file", page.path, "to", relativeOutput); + that.book.log.debug.ln("write parsed file", page.path, "to", relativeOutput); return that._writeTemplate(that.templates["page"], { progress: page.progress, |