[SSSD] [PATCH][PUSHED] Fix DEBUG message formatting

Jakub Hrozek jhrozek at redhat.com
Tue Feb 25 12:41:54 UTC 2014


Hi,

I pushed the attached patch to master under the one-liner rule. It's
just amending the multi-line DEBUG messages so that there is a space
between the two words.
-------------- next part --------------
>From 4d69d511ee4843cbdacde2f73ed378182ead83f6 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Tue, 25 Feb 2014 13:38:44 +0100
Subject: [PATCH] Fix DEBUG message formatting

---
 src/providers/ad/ad_dyndns.c   | 2 +-
 src/providers/ipa/ipa_dyndns.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/providers/ad/ad_dyndns.c b/src/providers/ad/ad_dyndns.c
index 7e9fd2a69f4d8082e69c6bcfb5b0f0ebc74dc8b4..a99ec5f0dba37c4cb04408e0f64beb9da116c931 100644
--- a/src/providers/ad/ad_dyndns.c
+++ b/src/providers/ad/ad_dyndns.c
@@ -183,7 +183,7 @@ ad_dyndns_update_send(struct ad_options *ctx)
 
     if (ctx->dyndns_ctx->last_refresh + 60 > time(NULL) ||
         ctx->dyndns_ctx->timer_in_progress) {
-        DEBUG(SSSDBG_FUNC_DATA, "Last periodic update ran recently or timer"
+        DEBUG(SSSDBG_FUNC_DATA, "Last periodic update ran recently or timer "
               "in progress, not scheduling another update\n");
         tevent_req_done(req);
         tevent_req_post(req, sdap_ctx->be->ev);
diff --git a/src/providers/ipa/ipa_dyndns.c b/src/providers/ipa/ipa_dyndns.c
index ca11c00c7f3775284c6c0b6386f923733d7660e1..83009ff2a08cb8e4ae2b7a1e89039539b23b6d79 100644
--- a/src/providers/ipa/ipa_dyndns.c
+++ b/src/providers/ipa/ipa_dyndns.c
@@ -167,7 +167,7 @@ ipa_dyndns_update_send(struct ipa_options *ctx)
 
     if (ctx->dyndns_ctx->last_refresh + 60 > time(NULL) ||
         ctx->dyndns_ctx->timer_in_progress) {
-        DEBUG(SSSDBG_FUNC_DATA, "Last periodic update ran recently or timer"
+        DEBUG(SSSDBG_FUNC_DATA, "Last periodic update ran recently or timer "
               "in progress, not scheduling another update\n");
         tevent_req_done(req);
         tevent_req_post(req, sdap_ctx->be->ev);
-- 
1.8.5.3



More information about the sssd-devel mailing list