diff --git a/lib/units/device/plugins/touch/index.js b/lib/units/device/plugins/touch/index.js index 90dd6a64..f9e1d639 100644 --- a/lib/units/device/plugins/touch/index.js +++ b/lib/units/device/plugins/touch/index.js @@ -235,7 +235,7 @@ module.exports = syrup.serial() } TouchConsumer.prototype._startService = function() { - log.info('Launching screen service') + log.info('Launching touch service') return minitouch.run() .timeout(10000) }