From f0d0ad687d74d1fe87799dcb4e9427f4e5681638 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 26 Oct 2009 22:01:01 +0000 Subject: Make automation error non-fatal so we can actually work on this stuff... git-svn-id: svn://localhost/ardour2/branches/3.0@5931 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_time_axis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/route_time_axis.cc') diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index cc39c6fb80..a3238fc95e 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -1871,7 +1871,7 @@ RouteTimeAxisView::add_processor_automation_curve (boost::shared_ptr 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; -- cgit v1.2.3