From 70a393104a1311d4a048823aaad1ab82bc8eb45f Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 13 Jun 2011 10:39:17 +0200 Subject: Log nsupdate message https://fedorahosted.org/sssd/ticket/893 --- src/providers/ipa/ipa_dyndns.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/providers/ipa') 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: -- cgit