From a23551e352f1fb48da2355331fc6759f39f93bcb Mon Sep 17 00:00:00 2001 From: Yehezkel Bernat Date: Wed, 30 Aug 2017 14:58:28 +0300 Subject: [PATCH] thunderbolt: refer to the wiki on image validation failure Signed-off-by: Yehezkel Bernat --- plugins/thunderbolt/fu-plugin-thunderbolt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/thunderbolt/fu-plugin-thunderbolt.c b/plugins/thunderbolt/fu-plugin-thunderbolt.c index 7cedf071e..c891b4c3e 100644 --- a/plugins/thunderbolt/fu-plugin-thunderbolt.c +++ b/plugins/thunderbolt/fu-plugin-thunderbolt.c @@ -776,7 +776,8 @@ fu_plugin_update (FuPlugin *plugin, g_set_error (error, FWUPD_ERROR, FWUPD_ERROR_INVALID_FILE, - "%s", + "%s. " + "See https://github.com/hughsie/fwupd/wiki/Thunderbolt:-Validation-failed-or-unknown-device for more information.", msg); return FALSE; }