summaryrefslogtreecommitdiffstats
path: root/src/engine/InputPort.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InputPort.cpp')
-rw-r--r--src/engine/InputPort.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/InputPort.cpp b/src/engine/InputPort.cpp
index 4a1a8136..6566ab2f 100644
--- a/src/engine/InputPort.cpp
+++ b/src/engine/InputPort.cpp
@@ -16,7 +16,6 @@
*/
#include "InputPort.hpp"
-#include <iostream>
#include <cstdlib>
#include <cassert>
#include "interface/Patch.hpp"
@@ -163,7 +162,7 @@ InputPort::remove_connection(const OutputPort* src_port)
connection = _connections.erase(i);
if ( ! connection) {
- cerr << "ERROR: [InputPort::remove_connection] Connection not found!" << endl;
+ error << "[InputPort::remove_connection] Connection not found!" << endl;
return NULL;
}