Hi Nagu

Sorry, I forgot to change the 3 instances of '%d' below, to '%u'.

Can you please change before pushing, or should I send another patch?

Thanks
Gary

On Mon, 2014-06-02 at 13:08 +1000, Gary Lee wrote:
> +
> +void su_increment_su_restart_count(AVND_SU& su)
> +{
> +     su.su_restart_cnt++;
> +     LOG_NO("Restarting '%s' (SU restart count: %d)",
> +             su.name.value, su.su_restart_cnt);      
> +}
> +
> +void su_increment_comp_restart_count(AVND_SU& su)
> +{
> +     su.comp_restart_cnt++;
> +     LOG_NO("Restarting a component of '%s' (comp restart count: %d)",
> +             su.name.value, su.comp_restart_cnt);    
> +}
> +
> +void cb_increment_su_failover_count(AVND_CB& cb, const AVND_SU& su)
> +{
> +     cb.su_failover_cnt++;
> +     LOG_NO("Performing failover of '%s' (SU failover count: %d)",
> +             su.name.value, cb.su_failover_cnt);     
> +}



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to