Commit 2159a50c by Chavee Issariyapat

update log

parent d738f48c
...@@ -83,9 +83,8 @@ const Coordinator = function(param={}) { ...@@ -83,9 +83,8 @@ const Coordinator = function(param={}) {
} }
}); });
this.remoteclient.on('connect', function() { this.remoteclient.on('connect', function() {
console.log('Connected to NEXPIE message broker.') console.log(' [info] Connected to NEXPIE message broker.')
that.remoteclient.subscribe('@private/#'); that.remoteclient.subscribe('@private/#');
setTimeout(function() { setTimeout(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment