Reduce the debug level (again).

The sitution can occur during normal usage as well (which requires
scrollbars to fix). So now reduce the level for the final time.
This commit is contained in:
Mark de Wever 2009-10-25 15:26:38 +00:00
parent 3f90f93792
commit fb77be8d5f

View File

@ -504,7 +504,7 @@ void ttext::recalculate(const bool force) const
<< " result " << rect_
<< ".\n";
if(maximum_width_ != -1 && rect_.width > maximum_width_) {
ERR_GUI_L << "ttext::" << __func__
DBG_GUI_L << "ttext::" << __func__
<< " text '" << gui2::debug_truncate(text_)
<< " ' width " << rect_.width
<< " greater as the wanted maximum of " << maximum_width_