X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=ddf42c140802225078dce5a7316609404a439930;hp=569100560accbc393a52b124d14f55178fb6e63d;hb=0b94dd7fd3dcd071ebbe498cd80f5fd687a78e08;hpb=26b6470db350cc4b319934c1caff261ada12b4bb diff --git a/notmuch-new.c b/notmuch-new.c index 56910056..ddf42c14 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -1031,8 +1031,7 @@ notmuch_new_command (notmuch_config_t *config, int argc, char *argv[]) return EXIT_FAILURE; } if (add_files_state.verbosity >= VERBOSITY_NORMAL) - printf ("Your notmuch database has now been upgraded to database format version %u.\n", - notmuch_database_get_version (notmuch)); + printf ("Your notmuch database has now been upgraded.\n"); } add_files_state.total_files = 0;