Skip to content

Commit

Permalink
Fix: crmd: Prevent crash by passing log arguments in the correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
beekhof committed Aug 1, 2013
1 parent 5dd9239 commit 84ca685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crmd/lrm.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ lrm_state_verify_stopped(lrm_state_t * lrm_state, enum crmd_fsa_state cur_state,
lrm_state->pending_ops, stop_recurring_actions, lrm_state);

crm_notice("Stopped %u recurring operations at %s (%u ops remaining)",
g_hash_table_size(lrm_state->pending_ops), removed, when);
g_hash_table_size(lrm_state->pending_ops), when, removed);
}

if (lrm_state->pending_ops) {
Expand Down

0 comments on commit 84ca685

Please sign in to comment.