Make automation error non-fatal so we can actually work on this stuff...
authorDavid Robillard <d@drobilla.net>
Mon, 26 Oct 2009 22:01:01 +0000 (22:01 +0000)
committerDavid Robillard <d@drobilla.net>
Mon, 26 Oct 2009 22:01:01 +0000 (22:01 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5931 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/route_time_axis.cc

index cc39c6fb807ed612a476e1fa20309d643adc6cd2..a3238fc95e7e606a9183ce37cd184ead896743f1 100644 (file)
@@ -1871,7 +1871,7 @@ RouteTimeAxisView::add_processor_automation_curve (boost::shared_ptr<Processor>
        ProcessorAutomationNode* pan;
 
        if ((pan = find_processor_automation_node (processor, what)) == 0) {
-               fatal << _("programming error: ")
+               error << _("programming error: ")
                      << string_compose (X_("processor automation curve for %1:%2 not registered with track!"),
                                  processor->name(), what)
                      << endmsg;