From 0752556bde5659a933744658cdf63509000a5080 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 6 Dec 2016 11:03:35 -0500 Subject: Fix some real-time safety issues --- src/server/InputPort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/InputPort.cpp') diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp index 5133758c..4e1ced3e 100644 --- a/src/server/InputPort.cpp +++ b/src/server/InputPort.cpp @@ -130,7 +130,7 @@ InputPort::remove_arc(RunContext& context, const OutputPort* tail) } if (!arc) { - context.engine().log().error("Attempt to remove non-existent arc\n"); + context.engine().log().rt_error("Attempt to remove non-existent arc\n"); return NULL; } -- cgit v1.2.1