From d5e14b3d9144400fb8026fb9783a5a8582c0ad87 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Apr 2012 16:45:38 +0000 Subject: eventloop and abstractui debugging, lots more commenting on abstractui/eventloop implementation; minor tweaks elsewhere git-svn-id: svn://localhost/ardour2/branches/3.0@12076 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/base_ui.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/pbd/base_ui.cc') diff --git a/libs/pbd/base_ui.cc b/libs/pbd/base_ui.cc index 10f27df3bf..6c21549e8b 100644 --- a/libs/pbd/base_ui.cc +++ b/libs/pbd/base_ui.cc @@ -25,6 +25,7 @@ #include #include "pbd/base_ui.h" +#include "pbd/debug.h" #include "pbd/pthread_utils.h" #include "pbd/error.h" #include "pbd/compose.h" @@ -72,6 +73,7 @@ BaseUI::new_request_type () void BaseUI::main_thread () { + DEBUG_TRACE (DEBUG::EventLoop, string_compose ("%1: event loop running in thread %2\n", name(), pthread_self())); set_event_loop_for_thread (this); thread_init (); _main_loop->run (); -- cgit v1.2.3