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

Commit 108194c3 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

bt: Minor log fix

Test: Na
Sponsor: jpawlowski@

Change-Id: Ib46f210613d19d650adbfc475ea5272982abf8f3
parent 085ef03c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -850,9 +850,8 @@ static bool in_state_transition_timeout(BluetoothStreamIn* in,

    /* Don't block AF forever */
    if (--timeout_ms <= 0) {
      LOG(WARNING) << __func__
                   << ", can't suspend - stucked in suspending"
                      " state";
      LOG(WARNING) << __func__ << ", can't suspend - stucked in: "
                   << static_cast<int>(state) << " state";
      return false;
    }
  }