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

Commit b659e911 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Lower potentially noisy alarm logs to debug" into main

parents 58f01a47 42b79ddd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,9 +86,9 @@ void Alarm::on_fire() {
  lock.unlock();

  if (com::android::bluetooth::flags::non_wake_alarm_for_rpa_rotation() && bytes_read == -1) {
    log::info("No data to read.");
    log::debug("No data to read.");
    if (errno == EAGAIN || errno == EWOULDBLOCK) {
      log::info("Alarm is already canceled or rescheduled.");
      log::debug("Alarm is already canceled or rescheduled.");
      return;
    }
  }