Blame SOURCES/bz996850-pcmk-log_crmd_supply_arguments_in_the_correct_order.patch

ed0026
commit d5875e38412739155a6e3480cd5797d86fdda301
ed0026
Author: Andrew Beekhof <andrew@beekhof.net>
ed0026
Date:   Mon Sep 23 15:37:18 2013 +1000
ed0026
ed0026
    Log: crmd: Supply arguments in the correct order
ed0026
    
ed0026
    (cherry picked from commit 6cbe8c46fa82ab908d8b0731ad4995cc19b34cc4)
ed0026
ed0026
diff --git a/crmd/lrm.c b/crmd/lrm.c
ed0026
index 2e17488..0254a9f 100644
ed0026
--- a/crmd/lrm.c
ed0026
+++ b/crmd/lrm.c
ed0026
@@ -353,7 +353,7 @@ lrm_state_verify_stopped(lrm_state_t * lrm_state, enum crmd_fsa_state cur_state,
ed0026
             lrm_state->pending_ops, stop_recurring_actions, lrm_state);
ed0026
 
ed0026
         crm_notice("Stopped %u recurring operations at %s (%u ops remaining)",
ed0026
-                   g_hash_table_size(lrm_state->pending_ops), when, removed);
ed0026
+                   removed, when, g_hash_table_size(lrm_state->pending_ops));
ed0026
     }
ed0026
 
ed0026
     if (lrm_state->pending_ops) {