mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
use EventLoop::event_loop_name()
This commit is contained in:
parent
4bc075fe7e
commit
be6a43d4d3
1 changed files with 1 additions and 1 deletions
|
|
@ -449,7 +449,7 @@ UI::do_request (UIRequest* req)
|
||||||
} else if (req->type == CallSlot) {
|
} else if (req->type == CallSlot) {
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
if (getenv ("DEBUG_THREADED_SIGNALS")) {
|
if (getenv ("DEBUG_THREADED_SIGNALS")) {
|
||||||
cerr << "call slot for " << name() << endl;
|
cerr << "call slot for " << event_loop_name() << endl;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
req->the_slot ();
|
req->the_slot ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue