<p>The 4.3 release removes support for the <ahref="../api_reference/C/envset_verbose.html"class="olink">DB_ENV->set_verbose()</a> method flag
DB_VERB_CHKPOINT. Application writers should simply remove any use of
this flag from their applications.</p>
<p>The 4.3 release redirects output configured by the <ahref="../api_reference/C/envset_verbose.html"class="olink">DB_ENV->set_verbose()</a> method
from the error output channels (see the <ahref="../api_reference/C/envset_errfile.html"class="olink">DB_ENV->set_errfile()</a> and
<ahref="../api_reference/C/envset_errcall.html"class="olink">DB_ENV->set_errcall()</a> methods for more information) to the new
<ahref="../api_reference/C/envset_msgcall.html"class="olink">DB_ENV->set_msgcall()</a> and <ahref="../api_reference/C/envset_msgfile.html"class="olink">DB_ENV->set_msgfile()</a> message output
channels. This change means the error output channels are now only used
for errors, and not for debugging and performance tuning messages as
well as errors. Application writers using <ahref="../api_reference/C/envset_verbose.html"class="olink">DB_ENV->set_verbose()</a>
should confirm that output is handled appropriately.</p>