aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/src/main.cpp
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-11-16 18:03:00 +0100
committerEddy Pedroni <epedroni@pm.me>2025-11-16 18:03:00 +0100
commit34b30a75b1a741c704aff64edc12fbfbf51f6523 (patch)
tree322389ec69a3ae3778c3015d0ea1636f5f2e0451 /daemon/src/main.cpp
parente68dfd37d0e131be03d0f852f0e5d128f28155b6 (diff)
Add support for virtual devices
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 8ca0dd6..b2b1e52 100644
--- a/daemon/src/main.cpp
+++ b/daemon/src/main.cpp
@@ -9,7 +9,7 @@
using namespace midi_router;
-bool verbose = false;
+bool const verbose = true;
int main()
{