Hi again :)

On 30/05/14 11:05, Gary Lee wrote:
> 2. " too many times " doesn't look good.
> LOG_NO("components of '%s' restarted too many times (comp restart count: %d)" 
> should be changed to
>       LOG_NO("components of '%s' restarted exceeds configured '%u' (comp 
> restart count: %u)",
>       su->comp_restart_max, su->name.value, su->comp_restart_cnt);
> [Gary] Would 'restart_cnt' and 'max' be the same in this context. I like
> "too many times" because it
> should be easily understood by users :)
>
>

How about something like:

LOG_NO("'%s' component restarts has reached configured limit of %u", 
su->name.value, su->comp_restart_max);

Thanks
Gary


------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to