Skip to content

Commit

Permalink
Low: Minor logs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Sep 11, 2012
1 parent c1f409b commit 7d098ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transition/unpack.c
Expand Up @@ -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;
}
Expand Down
1 change: 1 addition & 0 deletions tools/xml_diff.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 7d098ce

Please sign in to comment.