mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +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) {
|
||||
#ifndef NDEBUG
|
||||
if (getenv ("DEBUG_THREADED_SIGNALS")) {
|
||||
cerr << "call slot for " << name() << endl;
|
||||
cerr << "call slot for " << event_loop_name() << endl;
|
||||
}
|
||||
#endif
|
||||
req->the_slot ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue