mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
slightly more information in group render DEBUG_TRACE output
This commit is contained in:
parent
4f9e46976c
commit
5ea6b4420b
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ Group::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
|||
if (draw) {
|
||||
#ifdef CANVAS_DEBUG
|
||||
if (DEBUG_ENABLED(PBD::DEBUG::CanvasRender)) {
|
||||
cerr << string_compose ("%1render %2 %3\n", _canvas->render_indent(), (*i)->whatami(),
|
||||
(*i)->name);
|
||||
cerr << string_compose ("%1render %2 %3 item = %4 intersect = %5\n", _canvas->render_indent(), (*i)->whatami(),
|
||||
(*i)->name, item, draw.get());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue