mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
convert std::cerr output to DEBUG_TRACE
This commit is contained in:
parent
ec5320c5f1
commit
8cc16f2b81
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ AbstractUI<RequestObject>::handle_ui_requests ()
|
|||
|
||||
#ifndef NDEBUG
|
||||
if (!buf_found) {
|
||||
std::cerr << event_loop_name() << " woken, but not request buffers have any requests " << std::endl;
|
||||
DEBUG_TRACE (PBD::DEBUG::AbstractUI, string_compose ("%1 woken, but not request buffers have any requests\n", event_loop_name()));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue