mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Change reboot log message priority to important.
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = syrup.serial()
|
||||
router.on(wire.RebootMessage, function(channel, message) {
|
||||
var reply = wireutil.reply(options.serial)
|
||||
|
||||
log.info('Rebooting')
|
||||
log.important('Rebooting')
|
||||
|
||||
adb.reboot(options.serial)
|
||||
.timeout(30000)
|
||||
|
||||
Reference in New Issue
Block a user