mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "wifi(implementation): Reduce logging severity" into oc-mr1-dev
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user