Skip to content

Commit

Permalink
Fix reversed arguments on passivation log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Jan 28, 2024
1 parent 746308e commit e86a716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gridcoin/contract/registry_db.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ class RegistryDB

LogPrint(BCLog::LogFlags::CONTRACT, "INFO: %s: Passivated %" PRId64 " elements from %s entry db.",
__func__,
KeyType(),
number_passivated);
number_passivated,
KeyType());

// Set needs passivation flag to false after passivating the db.
m_needs_passivation = false;
Expand Down

0 comments on commit e86a716

Please sign in to comment.