diff --git a/lib/transition/unpack.c b/lib/transition/unpack.c index ba946cdc38c..2c92d3039da 100644 --- a/lib/transition/unpack.c +++ b/lib/transition/unpack.c @@ -321,7 +321,7 @@ convert_graph_action(xmlNode * resource, crm_action_t * action, int status, int int tmp = 0; crm_element_value_int(xop, XML_LRM_ATTR_CALLID, &tmp); - crm_info("Got call_id=%d for %s", tmp, ID(resource)); + crm_debug("Got call_id=%d for %s", tmp, ID(resource)); if (tmp > op->call_id) { op->call_id = tmp; } diff --git a/tools/xml_diff.c b/tools/xml_diff.c index bb5f234e78c..d64bcd894a5 100644 --- a/tools/xml_diff.c +++ b/tools/xml_diff.c @@ -202,6 +202,7 @@ main(int argc, char **argv) } else { output = diff_cib_object(object_1, object_2, filter); } + log_xml_diff(LOG_NOTICE, output, " "); } if (output != NULL) {