2020-12-13 13:51:02

by Abhishek Pandit-Subedi

[permalink] [raw]
Subject: [PATCH] adapter: Change noisy log to DBG

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


2020-12-13 13:54:35

by Abhishek Pandit-Subedi

[permalink] [raw]
Subject: Re: [PATCH] adapter: Change noisy log to DBG

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
<[email protected]> 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
>

2020-12-13 14:02:25

by bluez.test.bot

[permalink] [raw]
Subject: RE: adapter: Change noisy log to DBG

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=400907

---Test result---

##############################
Test: CheckPatch - PASS

##############################
Test: CheckGitLint - PASS

##############################
Test: CheckBuild - PASS

##############################
Test: MakeCheck - PASS



---
Regards,
Linux Bluetooth