bus-util: make log level lower in request_name_destroy_callback()

Fixes #9442.
This commit is contained in:
Yu Watanabe 2018-06-27 21:20:55 +09:00 committed by Lennart Poettering
parent a5de5c43e6
commit 04e075b572
1 changed files with 1 additions and 1 deletions

View 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)