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