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

Commit be309025 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 am: 89def8de

parents 48e98375 89def8de
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_,