From 613c11c5ac689faa67f23e970422b189a6feb11b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 24 Apr 2011 15:08:31 +0000 Subject: [PATCH] yet more temporary debugging for slv2/calf issue git-svn-id: svn://localhost/ardour2/branches/3.0@9422 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/lv2_plugin.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc index 25dc4c534a..07c388b2fe 100644 --- a/libs/ardour/lv2_plugin.cc +++ b/libs/ardour/lv2_plugin.cc @@ -219,6 +219,7 @@ LV2Plugin::init(LV2World& world, SLV2Plugin plugin, framecnt_t rate) &_ui_type)) { // TODO: Multiple UI support _ui = this_ui; + cerr << name() << " got a viable GTK UI\n"; break; } else { cerr << name() << " does not support GTK UI\n";