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:
Paul Davis 2011-06-13 21:05:46 +00:00
parent d5fee8e2f5
commit 395ba6b0d4

View file

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