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

Commit 168c5ccc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

parents bcef70ca 755c3f98
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;
  }