]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/dbus/dbus_new_helpers.c
D-Bus: Demote timeout/flush messages to MSG_MSGDUMP
[thirdparty/hostap.git] / wpa_supplicant / dbus / dbus_new_helpers.c
index d80e2d402071933e8f50e7803b5ea857eac4787d..d9009ba85e9cb83690f19d3fe615f6b4ae0013f7 100644 (file)
@@ -742,7 +742,7 @@ static void flush_object_timeout_handler(void *eloop_ctx, void *timeout_ctx)
        DBusConnection *con = eloop_ctx;
        struct wpa_dbus_object_desc *obj_desc = timeout_ctx;
 
-       wpa_printf(MSG_DEBUG,
+       wpa_printf(MSG_MSGDUMP,
                   "dbus: %s: Timeout - sending changed properties of object %s",
                   __func__, obj_desc->path);
        wpa_dbus_flush_object_changed_properties(con, obj_desc->path);