trivial: send users to a wiki page for TPM PCR0 construction errors

This commit is contained in:
Mario Limonciello 2020-03-02 11:50:44 -06:00 committed by Mario Limonciello
parent 9e54fc595a
commit 29e085f441

View File

@ -101,5 +101,5 @@ fu_plugin_device_registered (FuPlugin *plugin, FuDevice *device)
/* urgh, this is unexpected */ /* urgh, this is unexpected */
fu_device_set_update_error (device, fu_device_set_update_error (device,
"TPM PCR0 differs from reconstruction, " "TPM PCR0 differs from reconstruction, "
"please report!"); "please see https://github.com/fwupd/fwupd/wiki/TPM-PCR0-differs-from-reconstruction");
} }