[SSSD] [PATCH] Add newline to DEBUG messages

Jakub Hrozek jhrozek at redhat.com
Thu Jul 12 10:13:21 UTC 2012


Pushed to master under the one-liner rule.
-------------- next part --------------
>From 4e761073d4b42bd94e583e2a96491b4cd859558b Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Thu, 12 Jul 2012 12:03:12 +0200
Subject: [PATCH] Add newline to DEBUG messages

---
 src/responder/nss/nsssrv.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/responder/nss/nsssrv.c b/src/responder/nss/nsssrv.c
index 617dfae47940f7d4de28555654811bb3560617af..cd2060e45965876095bb53c91aed7038d8d5c24d 100644
--- a/src/responder/nss/nsssrv.c
+++ b/src/responder/nss/nsssrv.c
@@ -337,14 +337,14 @@ int nss_process_init(TALLOC_CTX *mem_ctx,
                               50000, (time_t)memcache_timeout,
                               &nctx->pwd_mc_ctx);
     if (ret) {
-        DEBUG(SSSDBG_CRIT_FAILURE, ("passwd mmap cache is DISABLED"));
+        DEBUG(SSSDBG_CRIT_FAILURE, ("passwd mmap cache is DISABLED\n"));
     }
 
     ret = sss_mmap_cache_init(nctx, "group", SSS_MC_GROUP,
                               50000, (time_t)memcache_timeout,
                               &nctx->grp_mc_ctx);
     if (ret) {
-        DEBUG(SSSDBG_CRIT_FAILURE, ("group mmap cache is DISABLED"));
+        DEBUG(SSSDBG_CRIT_FAILURE, ("group mmap cache is DISABLED\n"));
     }
 
     /* Set up file descriptor limits */
-- 
1.7.10.4



More information about the sssd-devel mailing list