From 35e0d0c2e6c91a7bc392c4fa241d24477e8607f1 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 10 Nov 2014 09:51:48 +0100 Subject: AD: Change level of debug message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The end of dnf update is not an operation failure it is just a usefull debug message. Reviewed-by: Michal Židek --- src/providers/ad/ad_dyndns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit