File bug-950551_pacemaker-xml-log-reduce-notice.patch of Package pacemaker.9287
commit 81e8f11eda8e9a531c2110c5698f46fcb3e9f95b
Author: Andrew Beekhof <andrew@beekhof.net>
Date: Mon Aug 3 11:45:14 2015 +1000
Log: xml: Reduce severity of noisy log message
diff --git a/lib/common/xml.c b/lib/common/xml.c
index 09f7457..299c7bf 100644
--- a/lib/common/xml.c
+++ b/lib/common/xml.c
@@ -5622,7 +5622,7 @@ update_validation(xmlNode ** xml_blob, int *best, int max, gboolean transform, g
break;
} else if (known_schemas[lpc].transform == NULL) {
- crm_notice("%s-style configuration is also valid for %s",
+ crm_debug("%s-style configuration is also valid for %s",
known_schemas[lpc].name, known_schemas[next].name);
if (validate_with(xml, next, to_logs)) {