From 202fdce48fd8fb04778bd3c7e30a036a68b32ba2 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 15:54:33 +0200 Subject: Convert cfgdir and proxy to use debugging --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') diff --git a/main.h b/main.h index 4d73f2b..a4bf7da 100644 --- a/main.h +++ b/main.h @@ -23,6 +23,7 @@ enum debug_category { DBG_SIG = (0x1 << 7), DBG_UR = (0x1 << 8), DBG_SRV = (0x1 << 9), + DBG_PROXY = (0x1 << 10), }; static inline bool -- cgit v1.2.3