diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-06-13 10:39:17 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-06-21 08:56:30 -0400 |
commit | fe8426ea00e7cf6194f0fab9606b3937c4ea3344 (patch) | |
tree | d440774141c0bff3acf73b1ae372667d8148af46 /src/providers | |
parent | 2ba3a41e392b5322a1da459800bf5dbdff26db41 (diff) | |
download | sssd_unused-fe8426ea00e7cf6194f0fab9606b3937c4ea3344.tar.gz sssd_unused-fe8426ea00e7cf6194f0fab9606b3937c4ea3344.tar.xz sssd_unused-fe8426ea00e7cf6194f0fab9606b3937c4ea3344.zip |
Log nsupdate message
https://fedorahosted.org/sssd/ticket/893
Diffstat (limited to 'src/providers')
-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: |