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

Commit 57d9dd99 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Metrics: Fix a typo in log

am: 8e95f346

Change-Id: Ib15c2fad51eb1569dfa9589fc39bb7595ed2c5bc
parents d873136e 8e95f346
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ static void read_or_set_metrics_salt() {
    metrics_salt.fill(0);
  }
  if (!AddressObfuscator::IsSaltValid(metrics_salt)) {
    LOG(INFO) << __func__ << ": Metrics salt is] not invalid, creating new one";
    LOG(INFO) << __func__ << ": Metrics salt is not invalid, creating new one";
    if (RAND_bytes(metrics_salt.data(), metrics_salt.size()) != 1) {
      LOG(FATAL) << __func__ << "Failed to generate salt for metrics";
    }