More logging.

This commit is contained in:
Simo Kinnunen
2014-04-22 13:55:11 +09:00
parent 1f19fd58c1
commit 24620076b3

View File

@@ -69,6 +69,7 @@ module.exports = syrup.serial()
})
router.on(wire.BrowserClearMessage, function(channel, message) {
log.info('Clearing "%s"', message.browser)
var reply = wireutil.reply(options.serial)
adb.clear(options.serial, pkg(message.browser))
.then(function() {