summaryrefslogtreecommitdiffstats
path: root/ingen/client/ThreadedSigClientInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/ThreadedSigClientInterface.hpp')
-rw-r--r--ingen/client/ThreadedSigClientInterface.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ingen/client/ThreadedSigClientInterface.hpp b/ingen/client/ThreadedSigClientInterface.hpp
index a6028cc6..633bd265 100644
--- a/ingen/client/ThreadedSigClientInterface.hpp
+++ b/ingen/client/ThreadedSigClientInterface.hpp
@@ -133,11 +133,9 @@ private:
while (!success) {
success = _sigs.push(ev);
if (!success) {
- Raul::warn << "Client event queue full. Waiting..." << std::endl;
_mutex.lock();
_cond.wait(_mutex);
_mutex.unlock();
- Raul::warn << "Queue drained, continuing" << std::endl;
}
}
}