Sorry -- forgot the bluez prefix here. Re-sent with the proper prefix. Please disregard this patch. On Fri, Dec 11, 2020 at 4:03 PM Abhishek Pandit-Subedi <abhishekpandit@xxxxxxxxxxxx> wrote: > > The controller resume message tends to be pretty noisy (printed on every > resume from suspend) so make it a debug message instead. > --- > > src/adapter.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/adapter.c b/src/adapter.c > index ec6a6a64c..775c9c921 100644 > --- a/src/adapter.c > +++ b/src/adapter.c > @@ -8835,7 +8835,7 @@ static void controller_resume_callback(uint16_t index, uint16_t length, > return; > } > > - info("Controller resume with wake event 0x%x", ev->wake_reason); > + DBG("Controller resume with wake event 0x%x", ev->wake_reason); > > controller_resume_notify(adapter); > } > -- > 2.29.2.576.ga3fc446d84-goog >