Skip to content

Commit

Permalink
Extra debugging for why parsing of the message is failing on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
SidBala committed Mar 4, 2015
1 parent c6d51c2 commit 0ecad3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Config.prototype.DiscoverAll = function (services) {
}

Config.prototype._parseMessage = function(message) {
log.info(util.inspect(message));
var value = message[0].node.value;
try {
return JSON.parse(value);
Expand Down

0 comments on commit 0ecad3c

Please sign in to comment.