Fix a debug output quoting.

This commit is contained in:
Mark de Wever 2010-12-21 20:43:18 +00:00
parent 56579c4972
commit d01cfb9c67

View File

@ -299,7 +299,7 @@ void tcontrol::impl_draw_background(surface& frame_buffer)
{
DBG_GUI_D << LOG_HEADER
<< " label '" << debug_truncate(label_)
<< " size " << get_rect()
<< "' size " << get_rect()
<< ".\n";
canvas(get_state()).blit(frame_buffer, get_rect());