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

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

Merge "Reduce verbosity of bluetooth start"

parents e4c993bb 7349a06e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1127,7 +1127,7 @@ bool load_to_database(int feature, const char* key, const char* value,
    interop_database_add_(entry, false);
  }

  LOG_WARN("feature:: %d, key :: %s, value :: %s", feature, key, value);
  LOG_VERBOSE("feature:: %d, key :: %s, value :: %s", feature, key, value);
  return true;
}