mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
more debugging external LV2 GUI cleanup
git-svn-id: svn://localhost/ardour2/branches/3.0@9724 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d5fee8e2f5
commit
395ba6b0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ LV2PluginUI::lv2ui_free()
|
|||
}
|
||||
|
||||
#ifdef HAVE_SUIL
|
||||
cerr << "Calling suil_instance_free() to clean up "
|
||||
std::cerr << "Calling suil_instance_free() to clean up "
|
||||
<< (_lv2->is_external_ui() ? " external " : " internal ")
|
||||
<< "UI\n";
|
||||
suil_instance_free((SuilInstance*)_inst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue