diff options
Diffstat (limited to 'daemon/src/main.cpp')
-rw-r--r-- | daemon/src/main.cpp | 2 |
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() { |