Skip to content

Commit

Permalink
log data received from CEC client
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Vella committed Jul 1, 2016
1 parent c25e8fe commit ade0a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async.series([
function setupCecClient(callback) {
cecClient = spawn(config.cecClientCommand, config.cecClientArgs);
cecClient.stdout.on('data', function(data) {
console.log(data);
console.log('cecClient> ' + data.toString());
});
},

Expand Down

0 comments on commit ade0a32

Please sign in to comment.