commit | 4d66489a5a7547da7814e77e58591c39347b435e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Aug 18 17:45:16 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 18 23:53:56 2017 +0200 |
tree | 2f7e804d6be32316467c9c010d30bc4e2a8b51ad | |
parent | 4a4c6466b23889e3aefebd5d4a0e950701675922 [diff] |
efi_loader: write protocol GUID in OpenProtocol To understand what is happening in OpenProtocol or LocateProtocol it is necessary to know the protocol interface GUID. Let's write a debug message. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>