diff options
author | venaas <venaas> | 2007-05-09 13:39:17 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-05-09 13:39:17 +0000 |
commit | 6451a360b336e8607ef3b4e6af88d3dbccf995dd (patch) | |
tree | 19d3cb913410de7115ff1f613fda45030e8fd983 /debug.h | |
parent | 2311c004d373668664e36a0094cee74b86551def (diff) |
4 debug levels, 3 default
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@78 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ * copyright notice and this permission notice appear in all copies. */ +#define DBG_DBG 8 #define DBG_INFO 16 #define DBG_WARN 32 #define DBG_ERR 64 |