From 4a5407354897773af6c6e64dfc7d468de8078059 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: May 18 2018 08:42:42 +0000 Subject: Print ccache file while generating krb_context. --- diff --git a/freshmaker/utils.py b/freshmaker/utils.py index 9390921..d79ae7a 100644 --- a/freshmaker/utils.py +++ b/freshmaker/utils.py @@ -116,6 +116,8 @@ def get_rebuilt_nvr(artifact_type, nvr): def krb_context(): + log.info("Creating Kerberos context with ccache: %r", + conf.krb_auth_ccache_file) if conf.krb_auth_use_keytab: krb_ctx_opts = { 'using_keytab': conf.krb_auth_use_keytab,