diff --git a/kdc/krb5tgs.c b/kdc/krb5tgs.c index fbbba24c0..833c09988 100644 --- a/kdc/krb5tgs.c +++ b/kdc/krb5tgs.c @@ -2056,7 +2056,7 @@ server_lookup: ret = KRB5KDC_ERR_C_PRINCIPAL_UNKNOWN; msg = krb5_get_error_message(context, ret); kdc_log(context, config, 1, - "S2U4Self principal to impersonate %s not found in database: %s", + "S4U2Self principal to impersonate %s not found in database: %s", tpn, msg); krb5_free_error_message(context, msg); goto out;