aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/src/main.cpp
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-07-24 10:34:13 +0200
committerEddy Pedroni <epedroni@pm.me>2025-07-24 10:34:13 +0200
commit5a40f51085e2132bf91eccdd37e1a8dabe588efd (patch)
treeebd455ce36539cc1ad00e977b0b7cbc095780939 /daemon/src/main.cpp
parent49880b85de3d18f21792b9333571a396975697a0 (diff)
Rough implementation of autoconnect
Diffstat (limited to 'daemon/src/main.cpp')
-rw-r--r--daemon/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/src/main.cpp b/daemon/src/main.cpp
index f131f92..8ca0dd6 100644
--- a/daemon/src/main.cpp
+++ b/daemon/src/main.cpp
@@ -9,7 +9,7 @@
using namespace midi_router;
-bool verbose = true;
+bool verbose = false;
int main()
{