From 7c5042af3c606081d3f4b917ef667f6ed05780a8 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Sun, 9 Jun 2019 23:08:36 +0300 Subject: hook various previously unused modules together. This now allows us to send messages to the device and such. Yay? Yay. Signed-off-by: Gediminas Jakutis --- src/daemon/settings_private.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/daemon/settings_private.h') diff --git a/src/daemon/settings_private.h b/src/daemon/settings_private.h index 69ed25a..f345a74 100644 --- a/src/daemon/settings_private.h +++ b/src/daemon/settings_private.h @@ -22,7 +22,9 @@ #ifndef USURPATION_SETTINGS_PRIVATE_H #define USURPATION_SETTINGS_PRIVATE_H -#ifndef USURP_VERBOSITY +#if DEBUG_BUILD > 0 + #define USURP_VERBOSITY INFO +#else #define USURP_VERBOSITY ERR #endif -- cgit v1.2.3