summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_dyndns.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-02-25 13:38:44 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-02-25 13:38:44 +0100
commit4d69d511ee4843cbdacde2f73ed378182ead83f6 (patch)
tree5ecd15833789f358ad536421c6f844fe908bce78 /src/providers/ipa/ipa_dyndns.c
parentb668c77874c6fed325471bdcf5954979a0d734e2 (diff)
downloadsssd-4d69d511ee4843cbdacde2f73ed378182ead83f6.tar.gz
sssd-4d69d511ee4843cbdacde2f73ed378182ead83f6.tar.xz
sssd-4d69d511ee4843cbdacde2f73ed378182ead83f6.zip
Fix DEBUG message formatting
Diffstat (limited to 'src/providers/ipa/ipa_dyndns.c')
-rw-r--r--src/providers/ipa/ipa_dyndns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ipa/ipa_dyndns.c b/src/providers/ipa/ipa_dyndns.c
index ca11c00c7..83009ff2a 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);