From 29e085f441873e6c049f46870e43cd5d0c6fbdbd Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 2 Mar 2020 11:50:44 -0600 Subject: [PATCH] trivial: send users to a wiki page for TPM PCR0 construction errors --- plugins/tpm-eventlog/fu-plugin-tpm-eventlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tpm-eventlog/fu-plugin-tpm-eventlog.c b/plugins/tpm-eventlog/fu-plugin-tpm-eventlog.c index 9fff4cc2e..4f5a44a6d 100644 --- a/plugins/tpm-eventlog/fu-plugin-tpm-eventlog.c +++ b/plugins/tpm-eventlog/fu-plugin-tpm-eventlog.c @@ -101,5 +101,5 @@ fu_plugin_device_registered (FuPlugin *plugin, FuDevice *device) /* urgh, this is unexpected */ fu_device_set_update_error (device, "TPM PCR0 differs from reconstruction, " - "please report!"); + "please see https://github.com/fwupd/fwupd/wiki/TPM-PCR0-differs-from-reconstruction"); }