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

Commit c604a0e2 authored by Hui Peng's avatar Hui Peng Committed by Gerrit Code Review
Browse files

Merge "Replace Log Statements in system/device"

parents f8ee9a62 96138933
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line 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_dynamic_(feature, addr) ||
      interop_match_range_(feature, addr)) {
      interop_match_range_(feature, addr)) {
    LOG_INFO("%s() Device %s is a match for interop workaround %s.", __func__,
    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;
    return true;
  }
  }