further temporary debugging for slv2/calf issue

git-svn-id: svn://localhost/ardour2/branches/3.0@9421 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2011-04-24 15:07:07 +00:00
parent 01231deaa5
commit 5b1f0e7919

View File

@@ -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