diff options
author | ng0 <ng0@n0.is> | 2019-03-03 22:09:53 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-03 22:09:53 +0000 |
commit | 2b3e187db8f97c4ec88bbdb157ac184b9cba5b46 (patch) | |
tree | 1ed755acfcc2c263aae2b8959304c3e5c21ff0ca /doc/handbook | |
parent | b129b6512341d91d333a7c1f334aa65b8fc81a48 (diff) |
fix item display
Diffstat (limited to 'doc/handbook')
-rw-r--r-- | doc/handbook/chapters/developer.texi | 9 |
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. @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. |