Correct touch service log

This commit is contained in:
Bo
2018-01-23 16:09:45 +08:00
committed by GitHub
parent 0e82ab21d4
commit fb4742cd67

View File

@@ -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)
}