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

Commit 2c1406de authored by Hui Peng's avatar Hui Peng Committed by Automerger Merge Worker
Browse files

Merge "Replace Log Statements in system/device" am: c604a0e2

parents efd8fd44 c604a0e2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -57,7 +57,8 @@ bool interop_match_addr(const interop_feature_t feature,
      interop_match_dynamic_(feature, addr) ||
      interop_match_range_(feature, addr)) {
    LOG_INFO("%s() Device %s is a match for interop workaround %s.", __func__,
             addr->ToString().c_str(), interop_feature_string_(feature));
             ADDRESS_TO_LOGGABLE_STR(*addr).c_str(),
             interop_feature_string_(feature));
    return true;
  }