diff options
| author | Ben Beltran <ben@freshout.us> | 2014-01-15 12:26:03 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2014-01-15 12:26:03 -0600 |
| commit | 26b061b8b81f39ad11fbd9c6c761ec3e699dbad2 (patch) | |
| tree | cbefda5868843e0df5f56d67cec15a39ee94bc05 | |
| parent | 12ced5893b94e60ad3de3bd38d60bd2bfe541c85 (diff) | |
keep on bumping versions because I forget stuff
Also, defaults to INFO instead of DEBUG
| -rw-r--r-- | lib/cobalt.js | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 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 () { diff --git a/package.json b/package.json index 1f0dc23..07dcac9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url" : "http://github.com/ktlacaelel" } ], - "version" : "0.2.2", + "version" : "0.2.3", "dependencies" : { "neon" : "1.0.x", "socket.io-client" : "0.9.x", |