From 5b1f0e7919371e375c1f46200fe7e38e6331edd4 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 24 Apr 2011 15:07:07 +0000 Subject: [PATCH] further temporary debugging for slv2/calf issue git-svn-id: svn://localhost/ardour2/branches/3.0@9421 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/lv2_plugin.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc index ea13ffc160..25dc4c534a 100644 --- a/libs/ardour/lv2_plugin.cc +++ b/libs/ardour/lv2_plugin.cc @@ -220,6 +220,8 @@ LV2Plugin::init(LV2World& world, SLV2Plugin plugin, framecnt_t rate) // TODO: Multiple UI support _ui = this_ui; break; + } else { + cerr << name() << " does not support GTK UI\n"; } } #else