mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Correct touch service log
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user