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

Commit 7a135cfc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Proper conditional check when ASSERT => LOG"

parents 3a1d29d0 91f8cde8
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_,