mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
bus-util: make log level lower in request_name_destroy_callback()
Fixes #9442.
This commit is contained in:
parent
a5de5c43e6
commit
04e075b572
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user