Formatting only.
[ardour.git] / libs / ardour / rb_effect.cc
index 7ff60e6912f0976f0369c462b8989c62d83b8e55..a5d47d2668ab4376afda70ba645cb9c847300df0 100644 (file)
@@ -329,7 +329,7 @@ RBEffect::run (boost::shared_ptr<Region> r, Progress* progress)
                }
 
        } catch (runtime_error& err) {
-               error << _("timefx code failure. please notify ardour-developers.") << endmsg;
+               error << string_compose (_("programming error: %1"), X_("timefx code failure")) << endmsg;
                error << err.what() << endmsg;
                goto out;
        }
@@ -388,8 +388,6 @@ RBEffect::run (boost::shared_ptr<Region> r, Progress* progress)
                }
        }
 
-       tsr.done = true;
-
        return ret;
 }