From: ng0 Date: Sun, 3 Mar 2019 22:09:53 +0000 (+0000) Subject: fix item display X-Git-Tag: v0.11.1~184 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b3e187db8f97c4ec88bbdb157ac184b9cba5b46;p=oweals%2Fgnunet.git fix item display --- 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.