nostrdb: always show migration text
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
6845d0df47
commit
19243d49e1
@@ -4683,7 +4683,7 @@ static int ndb_run_migrations(struct ndb *ndb)
|
||||
}
|
||||
|
||||
if (version < latest_version)
|
||||
ndb_debug("nostrdb: migrating v%d -> v%d\n",
|
||||
fprintf(stderr, "nostrdb: migrating v%d -> v%d\n",
|
||||
(int)version, (int)latest_version);
|
||||
|
||||
for (i = version; i < latest_version; i++) {
|
||||
|
||||
Reference in New Issue
Block a user