summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-11-10 09:51:48 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-11-11 12:48:46 +0100
commit35e0d0c2e6c91a7bc392c4fa241d24477e8607f1 (patch)
tree58b40c6724e4361b525c879b6b09809b3506622f
parent30c964ac455a9c26cdc391e849505b4312f733ae (diff)
downloadsssd-35e0d0c2e6c91a7bc392c4fa241d24477e8607f1.tar.gz
sssd-35e0d0c2e6c91a7bc392c4fa241d24477e8607f1.tar.xz
sssd-35e0d0c2e6c91a7bc392c4fa241d24477e8607f1.zip
AD: Change level of debug message
The end of dnf update is not an operation failure it is just a usefull debug message. Reviewed-by: Michal Židek <mzidek@redhat.com>
-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 a99ec5f0d..aac7d8b0a 100644
--- a/src/providers/ad/ad_dyndns.c
+++ b/src/providers/ad/ad_dyndns.c
@@ -154,7 +154,7 @@ static void ad_dyndns_nsupdate_done(struct tevent_req *req)
return;
}
- DEBUG(SSSDBG_OP_FAILURE, "DNS update finished\n");
+ DEBUG(SSSDBG_TRACE_FUNC, "DNS update finished\n");
}
struct ad_dyndns_update_state {