aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/src/main.cpp
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-07-24 07:27:51 +0200
committerEddy Pedroni <epedroni@pm.me>2025-07-24 07:27:51 +0200
commit49880b85de3d18f21792b9333571a396975697a0 (patch)
tree0e287353e6705b72f98e73d967bf3b91d9bc15b8 /daemon/src/main.cpp
parentc5c195ff5318f00d544c0fbceb133abcc4ba7a5a (diff)
Add udev notification support for connecting/disconnecting 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..f131f92 100644
--- a/daemon/src/main.cpp
+++ b/daemon/src/main.cpp
@@ -9,7 +9,7 @@
using namespace midi_router;
-bool verbose = false;
+bool verbose = true;
int main()
{