damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 19243d49e1884e24ee62feab0e8346a640f1e769
parent 6845d0df47f4e247f5c9d0b0cd4dc1299bf7ba11
Author: William Casarin <jb55@jb55.com>
Date:   Fri, 13 Dec 2024 18:00:57 -0800

nostrdb: always show migration text

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnostrdb/src/nostrdb.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nostrdb/src/nostrdb.c b/nostrdb/src/nostrdb.c @@ -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++) {