log creating directory as a trace log level

This commit is contained in:
Iuri Matias 2017-02-15 19:32:29 -05:00
parent faa2f742e0
commit 63da0773ae
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Pipeline.prototype.build = function(abi) {
});
var dir = targetFile.split('/').slice(0, -1).join('/');
self.logger.info("creating dir " + this.buildDir + dir);
self.logger.trace("creating dir " + this.buildDir + dir);
mkdirp.sync(this.buildDir + dir);
// if it's a directory