From 26b061b8b81f39ad11fbd9c6c761ec3e699dbad2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 15 Jan 2014 12:26:03 -0600 Subject: keep on bumping versions because I forget stuff Also, defaults to INFO instead of DEBUG --- lib/cobalt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/cobalt.js b/lib/cobalt.js index 9f7f6c0..fa4f623 100644 --- a/lib/cobalt.js +++ b/lib/cobalt.js @@ -159,7 +159,7 @@ }, log : function () { - this._log.apply(this, [7].concat(Array.prototype.slice.call(arguments))); + this._log.apply(this, [6].concat(Array.prototype.slice.call(arguments))); }, debug : function () { -- cgit