ready4testing

This commit is contained in:
Gerrit Linnemann 2015-11-02 15:25:22 +01:00
parent 83742c221c
commit ce1faa8aae

View File

@ -83,7 +83,7 @@ exports.play = function(idx) {
ls.on('exit', function (code){ ls.on('exit', function (code){
Log.log('Radio: Child process exited with exit code ' + code); Log.log('Radio: Child process exited with exit code ' + code);
}); });
} });
} else { } else {
Log.error('Radio: No channel defined!'); Log.error('Radio: No channel defined!');
} }