From 68b475fa2e2f1fe5e26f11f0faa56e2f35f11ea9 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 23 Jun 2023 12:47:07 +1200 Subject: [PATCH] kdc: Finish incomplete warning message Signed-off-by: Joseph Sutton --- kdc/pkinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdc/pkinit.c b/kdc/pkinit.c index 33c245483..fba39b7f0 100644 --- a/kdc/pkinit.c +++ b/kdc/pkinit.c @@ -1960,7 +1960,7 @@ krb5_kdc_pk_initialize(krb5_context context, NULL, NULL); if (ret) { - krb5_warn(context, ret, "PKINIT: "); + krb5_warn(context, ret, "PKINIT: failed to load ID"); config->enable_pkinit = 0; return ret; }