From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Wilck Subject: [PATCH v3 08/24] libmultipath: decrease log level of word splitting Date: Mon, 10 Dec 2018 10:49:43 +0100 Message-ID: <20181210094959.11338-9-mwilck@suse.com> References: <20181210094959.11338-1-mwilck@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20181210094959.11338-1-mwilck@suse.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Christophe Varoqui Cc: dm-devel@redhat.com, Martin Wilck List-Id: dm-devel.ids This will make log level 4 actually usable. Reviewed-by: Benjamin Marzinski Signed-off-by: Martin Wilck --- libmultipath/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmultipath/util.c b/libmultipath/util.c index 66c47611..b5d2e706 100644 --- a/libmultipath/util.c +++ b/libmultipath/util.c @@ -104,7 +104,7 @@ get_word (char * sentence, char ** word) } strncpy(*word, sentence, len); strchop(*word); - condlog(4, "*word = %s, len = %i", *word, len); + condlog(5, "*word = %s, len = %i", *word, len); if (*p == '\0') return 0; -- 2.19.2