From 8502ee61a365ac8f5479a4689abf8950e74bca03 Mon Sep 17 00:00:00 2001 From: Andrew Kozlik Date: Mon, 11 Feb 2019 18:01:35 +0100 Subject: [PATCH] Upon fatal error display 'Contact TREZOR support' instead of 'Unplug your device'. --- common.c | 2 +- vendor/trezor-storage | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.c b/common.c index 7d1cfdd7a..0530ee3fa 100644 --- a/common.c +++ b/common.c @@ -59,7 +59,7 @@ void __attribute__((noreturn)) __fatal_error(const char *expr, const char *msg, oledDrawString(0, y, line, FONT_STANDARD); y += FONT_HEIGHT + 1; - oledDrawString(0, y, "Please unplug the device.", FONT_STANDARD); + oledDrawString(0, y, "Contact TREZOR support.", FONT_STANDARD); oledRefresh(); shutdown(); diff --git a/vendor/trezor-storage b/vendor/trezor-storage index 5c2765740..f05a2ff9c 160000 --- a/vendor/trezor-storage +++ b/vendor/trezor-storage @@ -1 +1 @@ -Subproject commit 5c2765740db064c99fe54cbae79f74a3d767973c +Subproject commit f05a2ff9ccb4562ba4bd8a75a3607bbf24a0c074