Re: [PATCH] cpg: Be more verbose for procjoin message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Reviewed-by: Steven Dake <sdake@xxxxxxxxxx>

On 07/20/2012 02:26 AM, Jan Friesse wrote:
> Signed-off-by: Jan Friesse <jfriesse@xxxxxxxxxx>
> ---
>  exec/cpg.c |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletions(-)
> 
> diff --git a/exec/cpg.c b/exec/cpg.c
> index 47743a5..971e9e7 100644
> --- a/exec/cpg.c
> +++ b/exec/cpg.c
> @@ -1253,7 +1253,10 @@ static void message_handler_req_exec_cpg_procjoin (
>  {
>  	const struct req_exec_cpg_procjoin *req_exec_cpg_procjoin = message;
>  
> -	log_printf(LOGSYS_LEVEL_DEBUG, "got procjoin message from cluster node %d", nodeid);
> +	log_printf(LOGSYS_LEVEL_DEBUG, "got procjoin message from cluster node %d (%s) for pid %u",
> +		nodeid,
> +		api->totem_ifaces_print(nodeid),
> +		(unsigned int)req_exec_cpg_procjoin->pid);
>  
>  	do_proc_join (&req_exec_cpg_procjoin->group_name,
>  		req_exec_cpg_procjoin->pid, nodeid,
> 


_______________________________________________
discuss mailing list
discuss@xxxxxxxxxxxx
http://lists.corosync.org/mailman/listinfo/discuss


[Index of Archives]     [Linux Clusters]     [Corosync Project]     [Linux USB Devel]     [Linux Audio Users]     [Photo]     [Yosemite News]    [Yosemite Photos]    [Linux Kernel]     [Linux SCSI]     [X.Org]

  Powered by Linux