diff options
Diffstat (limited to 'src/server/InputPort.cpp')
-rw-r--r-- | src/server/InputPort.cpp | 2 |
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; } |