diff mbox series

adapter: Change noisy log to DBG

Message ID 20201211160253.1.Ideb5dbf81fdb531ff36814aed2c969980049dd28@changeid (mailing list archive)
State Superseded
Headers show
Series adapter: Change noisy log to DBG | expand

Commit Message

Abhishek Pandit-Subedi Dec. 12, 2020, 12:03 a.m. UTC
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(-)

Comments

Abhishek Pandit-Subedi Dec. 12, 2020, 12:09 a.m. UTC | #1
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@chromium.org> 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
>
bluez.test.bot@gmail.com Dec. 12, 2020, 1:59 a.m. UTC | #2
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
diff mbox series

Patch

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);
 }