From 660e8c4425ef10fd83c957caaae45e965cf3ca63 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 1 Nov 2014 07:27:16 +0100 Subject: [PATCH] don't print error when announcing property values for plugins that have none --- libs/ardour/lv2_plugin.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc index 30b00df497..4d5e063c71 100644 --- a/libs/ardour/lv2_plugin.cc +++ b/libs/ardour/lv2_plugin.cc @@ -1358,7 +1358,6 @@ void LV2Plugin::announce_property_values() { if (_patch_port_in_index == (uint32_t)-1) { - error << "LV2: set_property called with unset patch_port_in_index" << endmsg; return; }