Skip to content

Commit

Permalink
refeator log (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
chejinge authored Jun 6, 2024
1 parent 6ba25b5 commit 5240e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pika_repl_bgworker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void PikaReplBgWorker::HandleBGWorkerWriteDB(void* arg) {
c_ptr->DoUpdateCache();
}
} else {
LOG(WARNING) << "This branch is not impossible reach";
LOG(WARNING) << "It is impossbile to reach here";
}
} else {
c_ptr->Do();
Expand Down

0 comments on commit 5240e45

Please sign in to comment.