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

Commit 89def8de authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Proper conditional check when ASSERT => LOG" am: 7a135cfc am: fdfd5a77

parents f6b1d82d fdfd5a77
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_,