X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/26b6470db350cc4b319934c1caff261ada12b4bb..034102303eb4a2577ea06a453241fed6fe882322:/notmuch-new.c 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;