From 640e080f229347bda679fdb8cddfbe4e6e31b02b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 14 Aug 2017 18:39:39 -0400 Subject: [PATCH] doc/logging fix unexpected indent in paragraph Signed-off-by: Alfredo Deza --- doc/dev/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/logging.rst b/doc/dev/logging.rst index 9c2a6f3e0ef..467ea1e89f1 100644 --- a/doc/dev/logging.rst +++ b/doc/dev/logging.rst @@ -74,7 +74,7 @@ internal structures if they are the direct subject of the message, for example in a corruption, but use plain english. Example: instead of "Objecter requests" say "OSD client requests" Example: it is okay to mention internal structure in the context - of "Corrupt session table" (but don't say "Corrupt SessionTable") +of "Corrupt session table" (but don't say "Corrupt SessionTable") Where possible, describe the consequence for system availability, rather than only describing the underlying state. For example, rather than -- 2.39.5