From 1315d94b285e764a5994747afae0c99db352a7ac Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Mon, 2 Nov 2015 17:10:32 +0100 Subject: [PATCH] ready4testing --- kitchenradio/app/radio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });