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

Commit 831ee4ea authored by Archie Pusaka's avatar Archie Pusaka Committed by Gerrit Code Review
Browse files

Merge "Demote some debug logs to verbose level" into main

parents 79ef6b42 87953522
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ LeScanningReassembler::ProcessAdvertisingReport(
  // the previous data as safety measure if the report is not a scan
  // response.
  if (is_legacy && !is_scan_response) {
    log::debug("Dropping repeated legacy advertising data");
    log::verbose("Dropping repeated legacy advertising data");
    RemoveFragment(key);
  }

+1 −1
Original line number Diff line number Diff line
@@ -594,7 +594,7 @@ static void gatt_cl_op_cmpl_cback(uint16_t conn_id, tGATTC_OPTYPE op,
               loghex(static_cast<uint8_t>(conn_id)));

  if (op != GATTC_OPTYPE_READ && op != GATTC_OPTYPE_WRITE) {
    log::debug("Not interested in opcode {}", op);
    log::verbose("Not interested in opcode {}", op);
    return;
  }