From 064535c27ddea94d672c4b7573f3e13b47cbc978 Mon Sep 17 00:00:00 2001 From: anduck Date: Wed, 9 Nov 2016 23:14:25 +0200 Subject: [PATCH] Update plugin.py --- plugins/trezor/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py index 2f874f94a..14270ceb0 100644 --- a/plugins/trezor/plugin.py +++ b/plugins/trezor/plugin.py @@ -126,6 +126,7 @@ class TrezorCompatiblePlugin(HW_PluginBase): msg = (_('Outdated %s firmware for device labelled %s. Please ' 'download the updated firmware from %s') % (self.device, client.label(), self.firmware_URL)) + self.print_error(msg) handler.show_error(msg) return None