summaryrefslogtreecommitdiffstats
path: root/src/JackLibDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackLibDriver.cpp')
-rw-r--r--src/JackLibDriver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/JackLibDriver.cpp b/src/JackLibDriver.cpp
index d0fd88e..8728222 100644
--- a/src/JackLibDriver.cpp
+++ b/src/JackLibDriver.cpp
@@ -332,7 +332,6 @@ JackLibDriver::connect(const PortID& tail_id, const PortID& head_id)
if (result) {
_log.error(
fmt::format("[JACK] Failed to connect {} => {}", tail_name, head_name));
-
return false;
}