We currently skip the following error message unless verify verbose logs are enabled. We should instead log it all the time.
if (!WT_VERBOSE_ISSET(session, WT_VERB_VERIFY)) continue; __wt_errx(session, "file range %" PRIuMAX "-%" PRIuMAX " never verified", (uintmax_t)WT_FRAG_TO_OFF(block, first), (uintmax_t)WT_FRAG_TO_OFF(block, last));
- is depended on by
-
WT-15653 Improve diagnostics for verify
-
- Open
-