mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
libpbd: do not use debug transmitter inside BaseUI::signal_new_request() to avoid recursion
This commit is contained in:
parent
590b4165e8
commit
32b41037b5
1 changed files with 3 additions and 1 deletions
|
|
@ -163,7 +163,9 @@ BaseUI::request_handler (Glib::IOCondition ioc)
|
||||||
void
|
void
|
||||||
BaseUI::signal_new_request ()
|
BaseUI::signal_new_request ()
|
||||||
{
|
{
|
||||||
DEBUG_TRACE (DEBUG::EventLoop, string_compose ("%1: signal_new_request\n", event_loop_name()));
|
if ((DEBUG::EventLoop & PBD::debug_bits).any()) {
|
||||||
|
std::cout << "DEBUG::EventLoop: " << string_compose ("%1: signal_new_request\n", event_loop_name());
|
||||||
|
}
|
||||||
request_channel.wakeup ();
|
request_channel.wakeup ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue