rhboot / fwupdate

System firmware update support for UEFI machines
99 stars 47 forks source link

Clear EFI errors in codepaths expecting failures #73

Closed superm1 closed 7 years ago

superm1 commented 7 years ago

In instances that efi_get_variable explicitly tests for missing files it doesn't make sense to show errors as this makes debugging harder.

vathpela commented 7 years ago

Pulled into my local tree; I'll push to master soon. Thanks.