From 79d067f9f49c04506822c92ba19fdd8f78c0a2a5 Mon Sep 17 00:00:00 2001 From: Hilbrand Bouwkamp Date: Mon, 28 Oct 2019 23:52:44 +0100 Subject: [PATCH] [developers] Neutralize gender Signed-off-by: Hilbrand Bouwkamp --- developers/guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developers/guidelines.md b/developers/guidelines.md index 3daa1f77e1..ea1f9f1081 100644 --- a/developers/guidelines.md +++ b/developers/guidelines.md @@ -186,11 +186,11 @@ It should be up to the user to increase the logging level for specific bundles, This means in detail: * `error` logging should only be used - - to inform the user that something is tremendously wrong in his setup, the system cannot function normally anymore, and there is a need for immediate action. + - to inform the user that something is tremendously wrong in the setup, the system cannot function normally anymore, and there is a need for immediate action. - in case some code fails irrecoverably and the user should report it as a severe bug. * `warn` logging should only be used - - to inform the user that something seems to be wrong in his overall setup, but the system can nonetheless function as normal, + - to inform the user that something seems to be wrong in the overall setup, but the system can nonetheless function as normal, - in recoverable situations when a section of code that is not accessed under normal operating conditions is reached. * `info` logging should be used sparsely.