summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/providers/ipa/ipa_dyndns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_dyndns.c b/src/providers/ipa/ipa_dyndns.c
index bee4bff5e..cdee518bd 100644
--- a/src/providers/ipa/ipa_dyndns.c
+++ b/src/providers/ipa/ipa_dyndns.c
@@ -471,6 +471,9 @@ static int create_nsupdate_message(struct ipa_nsupdate_ctx *ctx,
goto done;
}
+ DEBUG(6, (" -- Begin nsupdate message -- \n%s", ctx->update_msg));
+ DEBUG(6, (" -- End nsupdate message -- \n"));
+
ret = EOK;
done: