convert std::cerr output to DEBUG_TRACE
This commit is contained in:
parent
ec5320c5f1
commit
8cc16f2b81
@ -311,7 +311,7 @@ AbstractUI<RequestObject>::handle_ui_requests ()
|
|||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
if (!buf_found) {
|
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
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user