From 163ce0259d400faf4ad10c99bff128335934b4d8 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Mon, 2 Nov 2015 17:13:46 +0100 Subject: [PATCH] ready4testing --- kitchenradio/app/radio.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); });