summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/providers/krb5/krb5_child.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index b39269ee..c8b8a005 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -193,6 +193,9 @@ static errno_t sss_send_pac(krb5_authdata **pac_authdata)
ret, errnop);
return EIO;
}
+ DEBUG(SSSDBG_TRACE_FUNC,
+ "PAC responder contacted. It might take a bit of time in case the "
+ "cache is not up to date.\n");
return EOK;
}