diff options
author | venaas <venaas> | 2007-05-03 14:33:22 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-03 14:33:22 +0000 |
commit | 3837212a51ac4ae4c6a76ee91c9301add8d18ee5 (patch) | |
tree | 96629a0ef01ad844dcbc7347ea86ceb317e2b41f /radsecproxy.h | |
parent | aea23b7433f130cd0b16e34f9a2525efc31583d6 (diff) |
using debug() in getconfig()
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@69 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 65a6f23..8ab3455 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -12,6 +12,8 @@ sizeof(struct sockaddr_in) : \ sizeof(struct sockaddr_in6)) +#define DEBUG_LEVEL DBG_INFO + #define CONFIG_MAIN "/etc/radsecproxy/radsecproxy.conf" #define CONFIG_SERVERS "/etc/radsecproxy/servers.conf" #define CONFIG_CLIENTS "/etc/radsecproxy/clients.conf" |