ready4testing

This commit is contained in:
Gerrit Linnemann 2015-11-02 17:14:51 +01:00
parent 163ce0259d
commit d5b821813f

View File

@ -82,6 +82,7 @@ exports.play = function(idx) {
exec(catCmd, function(error, stdout, stderr) { exec(catCmd, function(error, stdout, stderr) {
Log.inspect('Radio: Play', stdout); Log.inspect('Radio: Play', stdout);
Log.inspect('Radio: Douh', stderr); Log.inspect('Radio: Douh', stderr);
Log.inspect('Radio: Douh', error);
}); });