summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_dyndns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ad/ad_dyndns.c')
-rw-r--r--src/providers/ad/ad_dyndns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ad/ad_dyndns.c b/src/providers/ad/ad_dyndns.c
index 7e9fd2a69..a99ec5f0d 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);