fix log messge

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9117 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-10-10 06:53:58 +00:00
parent 0058cb2074
commit de36c5eb53

View File

@@ -204,8 +204,7 @@ do_524(const Ticket *t, krb5_data *reply,
ret = hdb_enctype2key(context, server, t->enc_part.etype, &skey);
if(ret){
kdc_log(0, "No suitable key found for server (%s) from %s "
"when converting ticket from ", spn, from);
kdc_log(0, "No suitable key found for server (%s) from %s", spn, from);
goto out;
}
ret = krb5_crypto_init(context, &skey->key, 0, &crypto);