summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_child.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/krb5/krb5_child.c')
-rw-r--r--src/providers/krb5/krb5_child.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index f403dbc39..cf232b690 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -1288,7 +1288,9 @@ static krb5_error_code check_fast_ccache(krb5_context ctx, const char *primary,
kerr = find_principal_in_keytab(ctx, keytab, primary, realm, &client_princ);
if (kerr != 0) {
- DEBUG(1, ("find_principal_in_keytab failed.\n"));
+ DEBUG(SSSDBG_MINOR_FAILURE,
+ ("find_principal_in_keytab failed for principal %s@%s.\n",
+ primary, realm));
goto done;
}