Improve logging

This commit is contained in:
Samy Pessé
2016-02-24 17:12:38 +01:00
parent 1fa952b930
commit 86e4a935e2
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ BookPlugin.prototype.load = function(folder) {
that.book.config.set(that.getConfigKey(), config);
});
this.log.info('Loading plugin "' + this.id + '" ...');
this.log.info('loading plugin "' + this.id + '" ...');
return this.log.info.promise(p);
};