aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/handbook/chapters/developer.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index 040922022..8bea7e321 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -2401,10 +2401,11 @@ the program at various levels.
2401@file{gnunet_common.h} defines several @strong{log levels}: 2401@file{gnunet_common.h} defines several @strong{log levels}:
2402@table @asis 2402@table @asis
2403 2403
2404@item ERROR for errors (really problematic situations, often leading to 2404@item ERROR for errors
2405crashes) 2405(really problematic situations, often leading to crashes)
2406@item WARNING for warnings (troubling situations that might have 2406@item WARNING for warnings
2407negative consequences, although not fatal) 2407(troubling situations that might have negative consequences, although
2408not fatal)
2408@item INFO for various information. 2409@item INFO for various information.
2409Used somewhat rarely, as GNUnet statistics is used to hold and display 2410Used somewhat rarely, as GNUnet statistics is used to hold and display
2410most of the information that users might find interesting. 2411most of the information that users might find interesting.