From fb4742cd6772e08ecdd01445e5c49441e351b308 Mon Sep 17 00:00:00 2001 From: Bo Date: Tue, 23 Jan 2018 16:09:45 +0800 Subject: [PATCH] Correct touch service log --- lib/units/device/plugins/touch/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }