diff options
| author | Peter Jones <pjones@redhat.com> | 2018-04-05 13:02:10 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2018-04-05 14:09:46 -0400 |
| commit | 4ffcfdf4daa82f1f3c28f8fc06b5df1d8becec21 (patch) | |
| tree | b836e4ddade01fb5bda5ad6c350e4fba0d4ba4bb /shim.c | |
| parent | 15a34804171b6579fe85010c1201540002240885 (diff) | |
| download | efi-boot-shim-4ffcfdf4daa82f1f3c28f8fc06b5df1d8becec21.tar.gz efi-boot-shim-4ffcfdf4daa82f1f3c28f8fc06b5df1d8becec21.zip | |
Get rid of dprinta(), it's useless
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'shim.c')
| -rw-r--r-- | shim.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2427,7 +2427,7 @@ EFI_STATUS shim_init(void) { setup_verbosity(); - dprinta(shim_version); + dprint(L"%a", shim_version); /* Set the second stage loader */ set_second_stage (global_image_handle); |
