From 49880b85de3d18f21792b9333571a396975697a0 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Thu, 24 Jul 2025 07:27:51 +0200 Subject: Add udev notification support for connecting/disconnecting devices --- daemon/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/src/main.cpp') 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() { -- cgit v1.2.3