radsecproxy.conf.5 formatting.
[radsecproxy.git] / debug.h
diff --git a/debug.h b/debug.h
index eaec2a6..d9b48c1 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2007 Stig Venaas <venaas@uninett.no>
+ * Copyright (C) 2010 NORDUnet A/S
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -12,8 +13,9 @@
 
 #define DBG_DBG 8
 #define DBG_INFO 16
-#define DBG_WARN 32
-#define DBG_ERR 64
+#define DBG_NOTICE 32
+#define DBG_WARN 64
+#define DBG_ERR 128
 
 void debug_init(char *ident);
 void debug_set_level(uint8_t level);