diff options
author | venaas <venaas> | 2007-05-07 13:03:35 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-07 13:03:35 +0000 |
commit | aad355533c7afbfde3b95653737e280f70a12bcb (patch) | |
tree | e5937e29d3883c069b2d8aa1be0b356703214571 /radsecproxy.h | |
parent | b3e8a445cc1e337ab924e37c6a3b5b0b48162a79 (diff) |
Detach as default, options for foreground and debug level
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@75 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 6d47014..fd36b03 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -12,7 +12,7 @@ sizeof(struct sockaddr_in) : \ sizeof(struct sockaddr_in6)) -#define DEBUG_LEVEL DBG_WARN +#define DEBUG_LEVEL 2 #define CONFIG_MAIN "/etc/radsecproxy/radsecproxy.conf" #define CONFIG_SERVERS "/etc/radsecproxy/servers.conf" |