1 file changed, 1 insertion(+), 1 deletion(-)
lib/common/xml.c |    2 +-

# HG changeset patch
# User Andrew Beekhof <[EMAIL PROTECTED]>
# Date 1224773831 -7200
# Node ID 1aec1a65bf26b88da71053dd78f9a75b97b8ffca
# Parent  fbecd9a6c320cc926b259a152e11658fa9d849a7
Low: Core: Revert unintended logging change

diff --git a/lib/common/xml.c b/lib/common/xml.c
--- a/lib/common/xml.c
+++ b/lib/common/xml.c
@@ -1108,7 +1108,7 @@ log_data_element(
 	name = crm_element_name(data);
 	CRM_ASSERT(name != NULL);
 	
-	crm_debug("Dumping %s", name);
+	crm_debug_5("Dumping %s", name);
 	crm_malloc0(buffer, buffer_len);
 	
 	if(formatted) {
_______________________________________________
Pacemaker mailing list
[email protected]
http://list.clusterlabs.org/mailman/listinfo/pacemaker

Reply via email to