Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
High: pengine: fixes segfault caused by malformed log warning
  • Loading branch information
davidvossel committed Sep 15, 2014
1 parent 4ed66e4 commit 4b63cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pengine/unpack.c
Expand Up @@ -2160,7 +2160,7 @@ unpack_lrm_resources(node_t * node, xmlNode * lrm_rsc_list, pe_working_set_t * d
for (gIter = unexpected_containers; gIter != NULL; gIter = gIter->next) {
remote = (resource_t *) gIter->data;
if (remote->role != RSC_ROLE_STARTED) {
crm_warn("Recovering container resource %s. Resource is unexpectedly running and involves a remote-node.");
crm_warn("Recovering container resource %s. Resource is unexpectedly running and involves a remote-node.", remote->container->id);
set_bit(remote->container->flags, pe_rsc_failed);
}
}
Expand Down

0 comments on commit 4b63cac

Please sign in to comment.