[Pvfs2-cvs] commit by pw in pvfs2/src/client/sysint: mgmt-setparam-list.sm

Sam Lang slang at mcs.anl.gov
Thu May 31 15:53:23 EDT 2007


Pete, just an FYI, the sm debug value outputs entered/exited messages  
for all state actions without having to add those debug lines by hand.

-sam

On May 31, 2007, at 2:45 PM, CVS commit program wrote:

> Update of /projects/cvsroot/pvfs2/src/client/sysint
> In directory parlweb1:/tmp/cvs-serv22834/src/client/sysint
>
> Modified Files:
> 	mgmt-setparam-list.sm
> Log Message:
> Fix function names in debug messages
>
>
> Index: mgmt-setparam-list.sm
> ===================================================================
> RCS file: /projects/cvsroot/pvfs2/src/client/sysint/mgmt-setparam- 
> list.sm,v
> diff -u -p -p -u -r1.34 -r1.35
> --- mgmt-setparam-list.sm	13 Apr 2007 05:14:16 -0000	1.34
> +++ mgmt-setparam-list.sm	31 May 2007 19:45:33 -0000	1.35
> @@ -150,7 +150,7 @@ PVFS_error PVFS_mgmt_setparam_list(
>      PVFS_error ret = -PVFS_EINVAL, error = 0;
>      PVFS_sys_op_id op_id;
>
> -    gossip_debug(GOSSIP_CLIENT_DEBUG, "PVFS_mgmt_setparam entered 
> \n");
> +    gossip_debug(GOSSIP_CLIENT_DEBUG, "%s entered\n", __func__);
>
>      ret = PVFS_imgmt_setparam_list(
>          fs_id, credentials, param, value, addr_array,  
> old_value_array,
> @@ -171,8 +171,7 @@ PVFS_error PVFS_mgmt_setparam_list(
>          }
>      }
>
> -    gossip_debug(GOSSIP_CLIENT_DEBUG,
> -                 "PVFS_mgmt_setparam_list completed\n");
> +    gossip_debug(GOSSIP_CLIENT_DEBUG, "%s completed\n", __func__);
>
>      PINT_mgmt_release(op_id);
>      return error;
>
> _______________________________________________
> Pvfs2-cvs mailing list
> Pvfs2-cvs at beowulf-underground.org
> http://www.beowulf-underground.org/mailman/listinfo/pvfs2-cvs
>



More information about the Pvfs2-cvs mailing list