[Pvfs2-cvs] commit by pw in pvfs2/src/client/sysint:
mgmt-setparam-list.sm
CVS commit program
cvs at parl.clemson.edu
Thu May 31 15:45:33 EDT 2007
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;
More information about the Pvfs2-cvs
mailing list