diff --git a/kitchenradio/app/radio.js b/kitchenradio/app/radio.js index 2c5c9c3..0ce213a 100644 --- a/kitchenradio/app/radio.js +++ b/kitchenradio/app/radio.js @@ -79,8 +79,9 @@ exports.play = function(idx) { } var catCmd = 'cat ' + m3u + ' | grep http://'; - exec(catCmd, function(error, stdout, stderr){ + exec(catCmd, function(error, stdout, stderr) { Log.inspect('Radio: Play', stdout); + Log.inspect('Radio: Douh', stderr); });