X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Fsecurity%2Fcommon.c;h=a93ee9890eca98ff2f153fdbb2410faf12c269ca;hp=df040549a57c0435de195fc9592a671160da745a;hb=c78f9ec47ba92b74698dacdae963dbbefd9b676f;hpb=679d9dceb5bdf51f118548ca2645dc81088a8974;ds=sidebyside diff --git a/lib/security/common.c b/lib/security/common.c index df04054..a93ee98 100644 --- a/lib/security/common.c +++ b/lib/security/common.c @@ -81,7 +81,7 @@ int validate_boot_files(struct boot_task *boot_task) { /* Load authorized signatures file */ authorized_signatures_handle = fopen(LOCKDOWN_FILE, "r"); if (!authorized_signatures_handle) { - pb_log("%s: unable to read lockdown file\n", __func__); + pb_log_fn("unable to read lockdown file\n"); return KEXEC_LOAD_SIG_SETUP_INVALID; }