don't print error when announcing property values for plugins that have none
authorRobin Gareus <robin@gareus.org>
Sat, 1 Nov 2014 06:27:16 +0000 (07:27 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 1 Nov 2014 06:27:36 +0000 (07:27 +0100)
libs/ardour/lv2_plugin.cc

index 30b00df497f726af0521c815148b037410f0ec80..4d5e063c7142e22a61bf6ff51ed127dacd9b6e0e 100644 (file)
@@ -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;
        }