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

Commit 755c3f98 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "csip: fix log message typo" into tm-d1-dev

parents 3d0f7c50 bd236748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ class CsisInstance {
  uint8_t GetRank(void) const { return rank_; }
  void SetRank(uint8_t rank) {
    DLOG(INFO) << __func__ << " current rank state: " << loghex(rank_)
               << " new lock state: " << loghex(rank);
               << " new rank state: " << loghex(rank);
    rank_ = rank;
  }