bus-util: make log level lower in request_name_destroy_callback()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 27 Jun 2018 12:20:55 +0000 (21:20 +0900)
committerMichael Biebl <biebl@debian.org>
Tue, 20 Nov 2018 18:44:39 +0000 (18:44 +0000)
Fixes #9442.

(cherry picked from commit 04e075b572b168a183cde29480dbb30d027d4fe7)

Gbp-Pq: Name bus-util-make-log-level-lower-in-request_name_destroy_cal.patch

src/shared/bus-util.c

index a4f2deba31ed4edfda4df7058f7475e0f031eb7b..6211bc7cae2336660b31fc74ada731f5fb5099bc 100644 (file)
@@ -1738,7 +1738,7 @@ static void request_name_destroy_callback(void *userdata) {
         assert(data);
         assert(data->n_ref > 0);
 
-        log_info("%s n_ref=%u", __func__, data->n_ref);
+        log_debug("%s n_ref=%u", __func__, data->n_ref);
 
         data->n_ref--;
         if (data->n_ref == 0)