Blame SOURCES/0019-print-warning-about-unrecognized-journal-option-valu.patch

429878
From 604fd528fb4f00a9f77e084a1b22eff2aeef0259 Mon Sep 17 00:00:00 2001
429878
From: David Teigland <teigland@redhat.com>
429878
Date: Thu, 2 Dec 2021 12:40:52 -0600
ab86b0
Subject: [PATCH 19/54] print warning about unrecognized journal option value
429878
429878
---
429878
 lib/log/log.c | 1 +
429878
 1 file changed, 1 insertion(+)
429878
429878
diff --git a/lib/log/log.c b/lib/log/log.c
429878
index 7b4d537b3..5771a1d01 100644
429878
--- a/lib/log/log.c
429878
+++ b/lib/log/log.c
429878
@@ -892,6 +892,7 @@ uint32_t log_journal_str_to_val(const char *str)
429878
 		return LOG_JOURNAL_OUTPUT;
429878
 	if (!strcasecmp(str, "debug"))
429878
 		return LOG_JOURNAL_DEBUG;
429878
+	log_warn("Ignoring unrecognized journal value.");
429878
 	return 0;
429878
 }
429878
 
429878
-- 
ab86b0
2.34.3
429878