[Pkg-javascript-commits] [node-ain2] 37/102: remove this part of the console message since it just prints a function which is mostly unhelpful
Jonas Smedegaard
js at moszumanska.debian.org
Tue Apr 29 11:59:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-ain2.
commit d8e8e938640d440010d16829304a30a2ccab4b2b
Author: ossareh <ossareh at justin.tv>
Date: Sun Oct 2 18:36:12 2011 -0700
remove this part of the console message since it just prints a function
which is mostly unhelpful
---
index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.js b/index.js
index bca9024..ca6043a 100644
--- a/index.js
+++ b/index.js
@@ -166,7 +166,7 @@ function SysLogger() {
this._times = {};
this._logError = function(err, other) {
if(err){
- nodeConsole.error('Cannot log message via %s:%s:%d', this.transport, this.hostname, this.port);
+ nodeConsole.error('Cannot log message via %s:%d', this.hostname, this.port);
}
}.bind(this);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ain2.git
More information about the Pkg-javascript-commits
mailing list