From 3cdb192eae7d4cf946f8e24902187ba58bd6f0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EFernando=20S=C3=A1nchez?= Date: Tue, 4 Jun 2013 12:24:34 +0200 Subject: [PATCH] Less verbose --- lib/simple-colourful-logger.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/simple-colourful-logger.js b/lib/simple-colourful-logger.js index aa03223..8ae6994 100644 --- a/lib/simple-colourful-logger.js +++ b/lib/simple-colourful-logger.js @@ -8,7 +8,7 @@ var Logger = function(name, levels, colours){ for(var level in levels){ this.logsactivated[levels[level]] = true; } - this.log('Initializing logger for:',name, ' for levels:', levels); + this.log('Initializing logger for levels:', levels); } Logger.prototype.applyColours = function(c,colours){ diff --git a/package.json b/package.json index 47c44db..66bf3b2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "J. Fernando Sánchez (balkian)", "name": "simple-colourful-logger", "description": "Simple colourful logger (http://gsi.dit.upm.es).", - "version": "0.1.0", + "version": "0.1.1", "repository": { "url": "git://github.com/balkian/simple-colourful-logger" },