summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sss_ssh.c')
-rw-r--r--src/util/sss_ssh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/sss_ssh.c b/src/util/sss_ssh.c
index 83c1ec152..0c62d6e4a 100644
--- a/src/util/sss_ssh.c
+++ b/src/util/sss_ssh.c
@@ -45,6 +45,7 @@ sss_ssh_make_ent(TALLOC_CTX *mem_ctx,
name = ldb_msg_find_attr_as_string(msg, SYSDB_NAME, NULL);
if (!name) {
ret = EINVAL;
+ DEBUG(SSSDBG_CRIT_FAILURE, ("Host is missing name attribute\n"));
goto done;
}