Skip to content

Commit

Permalink
Fix typo in warn message
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Jan 27, 2025
1 parent 10b6351 commit 3c9a471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlitecluster/SQLiteNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ bool SQLiteNode::update() {
SASSERTWARN(_db.getUncommittedHash().empty());

if (_isShuttingDown) {
SWARN("Shutting down in WAITING, how did we here here?");
SWARN("Shutting down in WAITING, how did we get here?");

// Return false to allow the poll loop to run again. This is here for legacy reasons form before the above warning was added.
// Probably this whole block can be removed if that warning never fires.
Expand Down

0 comments on commit 3c9a471

Please sign in to comment.