aboutsummaryrefslogtreecommitdiff
path: root/lib/cobalt.js
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2014-01-15 12:26:03 -0600
committerBen Beltran <ben@freshout.us>2014-01-15 12:26:03 -0600
commit26b061b8b81f39ad11fbd9c6c761ec3e699dbad2 (patch)
treecbefda5868843e0df5f56d67cec15a39ee94bc05 /lib/cobalt.js
parent12ced5893b94e60ad3de3bd38d60bd2bfe541c85 (diff)
keep on bumping versions because I forget stuff
Also, defaults to INFO instead of DEBUG
Diffstat (limited to 'lib/cobalt.js')
-rw-r--r--lib/cobalt.js2
1 files changed, 1 insertions, 1 deletions
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 () {