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

Commit cd12f9b1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "csip: fix log message typo" am: 37d26399 am: 5ef6f434 am: 5dbdb19c am: 63b9741c

parents b5511089 63b9741c
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;
  }