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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sss_ssh.c b/src/util/sss_ssh.c
index e31876272..86903753d 100644
--- a/src/util/sss_ssh.c
+++ b/src/util/sss_ssh.c
@@ -45,7 +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"));
+ DEBUG(SSSDBG_CRIT_FAILURE, "Host is missing name attribute\n");
goto done;
}