add missing space in log message

This commit is contained in:
Love Hörnquist Åstrand
2011-06-14 22:00:25 -07:00
parent 63565137d3
commit e9e4f99f01

View File

@@ -1099,7 +1099,7 @@ _kdc_as_rep(krb5_context context,
NULL);
if (ret) {
kdc_log(context, config, 0,
"Client (%s) from %s has no common enctypes with KDC"
"Client (%s) from %s has no common enctypes with KDC "
"to use for the session key",
client_name, from);
goto out;