fix item display
authorng0 <ng0@n0.is>
Sun, 3 Mar 2019 22:09:53 +0000 (22:09 +0000)
committerng0 <ng0@n0.is>
Sun, 3 Mar 2019 22:09:53 +0000 (22:09 +0000)
doc/handbook/chapters/developer.texi

index 040922022020093369b39cc219cbd71f56c7aa8b..8bea7e321a094fe5a5f311e052c3ab2364da33fa 100644 (file)
@@ -2401,10 +2401,11 @@ the program at various levels.
 @file{gnunet_common.h} defines several @strong{log levels}:
 @table @asis
 
-@item ERROR for errors (really problematic situations, often leading to
-crashes)
-@item WARNING for warnings (troubling situations that might have
-negative consequences, although not fatal)
+@item ERROR for errors
+(really problematic situations, often leading to crashes)
+@item WARNING for warnings
+(troubling situations that might have negative consequences, although
+not fatal)
 @item INFO for various information.
 Used somewhat rarely, as GNUnet statistics is used to hold and display
 most of the information that users might find interesting.