]> git.ipfire.org Git - thirdparty/hostap.git/commit
D-Bus: Demote timeout/flush messages to MSG_MSGDUMP
authorBrian Norris <briannorris@chromium.org>
Wed, 31 Jul 2019 01:09:33 +0000 (18:09 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 31 Jul 2019 19:06:33 +0000 (22:06 +0300)
commitcc2fd94258c528a576c94c2fe133a2c47c965b84
tree07b36bf4c1ccc1d1800f2fb8fa9b56055e0d2f21
parent9cff5c320c3b37b3e686a7443c350d5a131a77a4
D-Bus: Demote timeout/flush messages to MSG_MSGDUMP

We intentionally don't emit property-changed signals on every property
update -- for "less timing critical" messages we delay up to 5
milliseconds waiting to see if we can batch them together. When the
timer hits, we emit the signal anyway and (potentially) log this
message. This amounts to effectively tracing every property update,
which can be quite excessive.

Lower this to MSGDUMP, so MSG_DEBUG can remain slightly more sane.

Signed-off-by: Brian Norris <briannorris@chromium.org>
wpa_supplicant/dbus/dbus_new_helpers.c