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

Commit 67a00d40 authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

Merge "wifi(implementation): Reduce logging severity" into oc-mr1-dev am: c0e5e086

am: 0369531e

Change-Id: I79b11231d843b0de17e1f9752e8b420f1904664d
parents eaace23c 0369531e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1284,7 +1284,7 @@ WifiLegacyHal::getGscanCachedResults() {
    for (int i = 0; i < num_scan_results; i++) {
      auto& scan_result = cached_scan_result.results[i];
      if (scan_result.ie_length > 0) {
        LOG(ERROR) << "Cached scan result has non-zero IE length "
        LOG(DEBUG) << "Cached scan result has non-zero IE length "
                   << scan_result.ie_length;
        scan_result.ie_length = 0;
      }