Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edc8c6b7 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Demote power mode spam INFO=>DEBUG

Bug: 226210526
Tag: #refactor
Test: gd/cert/run
Change-Id: Ief6b56f7df435e39712131faad656c49eae8c170
parent 6b76940b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda,
         (p_mode->min <= p_cb->interval)) ||
        ((p_mode->mode & BTM_PM_MD_FORCE) == 0 &&
         (p_mode->max >= p_cb->interval))) {
      LOG_INFO(
      LOG_DEBUG(
          "Device is already in requested mode %d, interval: %d, max: %d, min: "
          "%d",
          p_mode->mode, p_cb->interval, p_mode->max, p_mode->min);