Follow-up from WT-5345.
Providing multiple configuration options to wt verify causes the output to be messy - with duplicate information printed and inconsistent formatting. See the following example of -d dump_address -d dump_pages
file:ts05.wt: checkpoint WiredTigerCheckpoint.1 Root: [8192-12288, 4096, 470927008] row-store internal row-store internal [Root] 0x1a51868: row-store internal disk 0x1a5d290, dsk_mem_size 53, entries 1, clean, disk-alloc, memory-size 317 K {\00} 0x1a530c0 disk [4096-8192, 4096, 3077701246] row-store leaf [4096-8192, 4096, 3077701246] 0x1a530c0: row-store leaf disk 0x1a5e2a0, dsk_mem_size 58, entries 1, clean, disk-alloc, memory-size 146 K {200} V {new value}
This is caused by the flags delegating printing using different _debug functions which dump information in their own format. Printing should be made consistent.