summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-12-06 11:03:35 -0500
committerDavid Robillard <d@drobilla.net>2016-12-13 19:15:26 -0500
commit0752556bde5659a933744658cdf63509000a5080 (patch)
tree0ab580ab247f55886515ad23e1bd89a51063acd9 /src/server/InputPort.cpp
parent6502a2505fc390e3099331b5ea521efd56812aaa (diff)
downloadingen-0752556bde5659a933744658cdf63509000a5080.tar.gz
ingen-0752556bde5659a933744658cdf63509000a5080.tar.bz2
ingen-0752556bde5659a933744658cdf63509000a5080.zip
Fix some real-time safety issues
Diffstat (limited to 'src/server/InputPort.cpp')
-rw-r--r--src/server/InputPort.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}