mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Correct touch service log
This commit is contained in:
parent
0e82ab21d4
commit
fb4742cd67
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue