projects
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2ce7b7
)
bus-util: make log level lower in request_name_destroy_callback()
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 27 Jun 2018 12:20:55 +0000
(21:20 +0900)
committer
Michael Biebl
<biebl@debian.org>
Tue, 25 Sep 2018 14:11:12 +0000
(15:11 +0100)
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
patch
|
blob
|
history
diff --git
a/src/shared/bus-util.c
b/src/shared/bus-util.c
index a4f2deba31ed4edfda4df7058f7475e0f031eb7b..6211bc7cae2336660b31fc74ada731f5fb5099bc 100644
(file)
--- a/
src/shared/bus-util.c
+++ b/
src/shared/bus-util.c
@@
-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)