summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/abstract_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-13 11:28:56 +0100
committerRobin Gareus <robin@gareus.org>2015-12-13 11:28:56 +0100
commit6e13b91a354ae1540a74cd305853f22b31864465 (patch)
tree0f7f7c1710e5b17a9f38724a9df5ec02dd21a34b /libs/pbd/pbd/abstract_ui.cc
parent6554f0f93d5cfdc06a9f6f5407a080c32c6864a4 (diff)
portable pthread_self() debug message
Diffstat (limited to 'libs/pbd/pbd/abstract_ui.cc')
-rw-r--r--libs/pbd/pbd/abstract_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/abstract_ui.cc b/libs/pbd/pbd/abstract_ui.cc
index 201e50d9d7..d3d3c2e8b1 100644
--- a/libs/pbd/pbd/abstract_ui.cc
+++ b/libs/pbd/pbd/abstract_ui.cc
@@ -83,7 +83,7 @@ AbstractUI<RequestObject>::register_thread (string target_gui, pthread_t thread_
* do so in a realtime-safe manner (no locks).
*/
- DEBUG_TRACE (PBD::DEBUG::AbstractUI, string_compose ("in %1 (thread name %4), %2 (%5) wants to register with %3\n", event_loop_name(), thread_name, target_gui, pthread_name(), pthread_self()));
+ DEBUG_TRACE (PBD::DEBUG::AbstractUI, string_compose ("in %1 (thread name %4), %2 (%5) wants to register with %3\n", event_loop_name(), thread_name, target_gui, pthread_name(), DEBUG_THREAD_SELF));
if (target_gui != event_loop_name()) {
/* this UI is not the UI that the calling thread is trying to