(log_timestamp): endtime, not endtype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16001 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-31 06:16:45 +00:00
parent 785481e6e5
commit 37bd48c497

View File

@@ -205,7 +205,7 @@ log_timestamp(krb5_context context,
strlcpy(renewtime_str, "unset", sizeof(renewtime_str)); strlcpy(renewtime_str, "unset", sizeof(renewtime_str));
kdc_log(context, config, 5, kdc_log(context, config, 5,
"%s authtime: %s starttime: %s endtype: %s renew till: %s", "%s authtime: %s starttime: %s endtime: %s renew till: %s",
type, authtime_str, starttime_str, endtime_str, renewtime_str); type, authtime_str, starttime_str, endtime_str, renewtime_str);
} }