From 81d7a51498b3a6ddd3feb3a4593297e85feba3a4 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 24 Apr 2023 12:40:36 +0100 Subject: [PATCH] Minor change to commit #35b5861195 --- libs/pbd/event_loop.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/event_loop.cc b/libs/pbd/event_loop.cc index a13748d1a0..97a6dc4ee0 100644 --- a/libs/pbd/event_loop.cc +++ b/libs/pbd/event_loop.cc @@ -115,7 +115,7 @@ EventLoop::get_request_buffers_for_target_thread (const std::string& target_thre vector ret; Glib::Threads::Mutex::Lock lm (thread_buffer_requests_lock); - DEBUG_TRACE (PBD::DEBUG::EventLoop, string_compose ("%1 look for request buffers via %2\n", pthread_name(), DEBUG_THREAD_PRINT (target_thread))); + DEBUG_TRACE (PBD::DEBUG::EventLoop, string_compose ("%1 look for request buffers via %2\n", pthread_name(), target_thread)); for (auto const & tbr : thread_buffer_requests) { DEBUG_TRACE (PBD::DEBUG::EventLoop, string_compose ("for thread \"%1\", request buffer for %2 (%3) thread %4\n", target_thread, DEBUG_THREAD_PRINT(tbr.emitting_thread), tbr.num_requests));