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

Commit 91f8cde8 authored by Chris Manton's avatar Chris Manton
Browse files

Proper conditional check when ASSERT => LOG

Bug: 228809862
Tag: #refactor
Test: gd/cert/run
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: Icfc60271039c2b2ad056288a7ba1801e03bb99a6
parent de302c02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ class ShimAclConnection {
  }

  void Disconnect() {
    if (!is_disconnected_) {
    if (is_disconnected_) {
      LOG_ERROR(
          "Cannot disconnect ACL multiple times handle:%04x creation_time:%s",
          handle_,