thunderbolt: refer to the wiki on image validation failure

Signed-off-by: Yehezkel Bernat <yehezkel.bernat@intel.com>
This commit is contained in:
Yehezkel Bernat 2017-08-30 14:58:28 +03:00 committed by Richard Hughes
parent 0ad11b607f
commit a23551e352

View File

@ -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;
}