diff options
-rw-r--r-- | src/providers/ipa/ipa_dyndns.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/ipa/ipa_dyndns.c b/src/providers/ipa/ipa_dyndns.c index bee4bff5..cdee518b 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: |