summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_netgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/nss/nsssrv_netgroup.c')
-rw-r--r--src/responder/nss/nsssrv_netgroup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/responder/nss/nsssrv_netgroup.c b/src/responder/nss/nsssrv_netgroup.c
index 66b7f2759..c71043858 100644
--- a/src/responder/nss/nsssrv_netgroup.c
+++ b/src/responder/nss/nsssrv_netgroup.c
@@ -76,9 +76,9 @@ static errno_t set_netgroup_entry(struct nss_ctx *nctx,
hret = hash_enter(nctx->netgroups, &key, &value);
if (hret != EOK) {
DEBUG(SSSDBG_FATAL_FAILURE,
- "Unable to add hash table entry for [%s]", key.str);
+ "Unable to add hash table entry for [%s]\n", key.str);
DEBUG(SSSDBG_CONF_SETTINGS,
- "Hash error [%d][%s]", hret, hash_error_string(hret));
+ "Hash error [%d][%s]\n", hret, hash_error_string(hret));
return EIO;
}
talloc_steal(nctx->netgroups, netgr);